Monday, December 31, 2018

Smart Previewer Ver1.0 Released

I released Smart Previewer. This extension is available on Microsoft Edge and Firefox.
This extension checks a content of a link instantly.

This extension shows contents of links. Audio, images, pdf and videos..., all of links which this extension supports need not to be clicked. You can check it by just putting on the link.
You can install this extension on this location.
Microsoft Edge: https://www.microsoft.com/store/productId/9NGD05CV97FD
Firefox: https://addons.mozilla.org/en-US/firefox/addon/smart-previewer/

Video and Screenshots of Microsoft Edge:


 Video and Screenshots of Firefox:

Sunday, August 5, 2018

Open in Popup Ver2.2 Released

New Features in Ver 2.2

・Appearance
・Options
The choosing format of the targets is the same to "Open in Sidebar".
・Performance
Decrease load of the browser to omit useless processing.

・Others
・For Developers
Information of preferences have been written in json files.
All files are converted to UTF8.
"background.html" replaced "background.js" to prepare import statement in the future.
The system of regenerating context menus moved "option.js". In Ver2.2, context menus are regenerated when options are changed.

https://addons.mozilla.org/en-US/firefox/addon/open-in-popup/

Sunday, July 29, 2018

Created templates of web extensions

I created templates of web extensions and published on GitHub.
Some elements work on only Firefox, so delete it if you use this for excluding Firefox.

General:
https://github.com/Soushi-Atsumi/General-Web-Extension-Template
Popup:
https://github.com/Soushi-Atsumi/Popup-Web-Extension-Template
Sidebar:
https://github.com/Soushi-Atsumi/Sidebar-Web-Extension-Template

Tuesday, July 3, 2018

Search In Sidebar Ver2.0 Released

New Features in Ver 2.0

・Features
・Options
You can define preferences for the extension in the page of add-on.
To fix a search engine, you can search in the sidebar quicker.

・Others
・For Developers
Japanese files and English files exist until this version, but all descriptions are moved to message.json and files of "_ja" have been omitted.
Information of search engines have been written in json files.
The target version is fixed to 60.0 or higher.

https://addons.mozilla.org/en-US/firefox/addon/search-in-sidebar/

Sunday, June 24, 2018

Open in Sidebar Ver2.0 Released

New Features in Ver 2.0

・Features
・Options
You can define preferences for the extension in the page of add-on.
To choose a protocol and targets, you can open the sidebar quicker.
These preferences are different from series of a popup, a user can define what targets should be disabled.
However, you cannot disable audio, images and videos(I don't think that we don't need to disable it).
・Others
・For Developers
Japanese files and English files exist until this version, but all descriptions are moved to message.json and files of "_ja" have been omitted.
Information of preferences have been written in json files.
The target version is fixed to 60.0 or higher.
All files are converted to UTF8.


https://addons.mozilla.org/en/firefox/addon/search-in-sidebar/

Saturday, June 2, 2018

Search In Popup Ver2.1 Released

New Features in Ver 2.1

・For Developers
Fix the issue that the name of the extension is wrong in some files.

https://addons.mozilla.org/en-US/firefox/addon/search-in-popup/

Notice: Version 2.0 has been deleted.

Friday, June 1, 2018

Search In Popup Ver2.0 Released

New Features in Ver 2.0

・Features
・Options
Following Open in Popup, you can define preferences for the extension in the page of add-on.
To fix a search engine, you can search in the popup quicker.

・Others
・For Developers
As well as Open in Popup, Japanese files and English files exist until this version, but all descriptions are moved to message.json and files of "_ja" have been omitted.
Information of search engines have been written in json files.
The target version is fixed to 60.0 or higher.

https://addons.mozilla.org/en-US/firefox/addon/search-in-popup/

Monday, May 28, 2018

Open in Popup Ver2.1 Released

New Features in Ver 2.1

・Appearance
Fix an issue that the message which is displayed when the user moves over the icon is English.

・Others
・For Developers
Needless default values of every element in options.html have been deleted.
The target version is fixed to 60.0 or higher.

https://addons.mozilla.org/en-US/firefox/addon/open-in-popup/

Sunday, May 27, 2018

Open in Popup Ver2.0 Released

New Features in Ver 2.0

・Features
・Targets
"View source" has been added.
You can view the source in the popup.
To enable wrapping, "Wrap Long Lines" needs to be available in advance.

・Options
You can define preferences for the extension in the page of add-on.
To fix a protocol and a target, you can open the popup quicker.

・Others
・For Developers
Japanese files and English files exist until this version, but all descriptions are moved to message.json and files of "_ja" have been omitted.

https://addons.mozilla.org/en-US/firefox/addon/open-in-popup/