New Features in Ver 1.1.0
・Features
・Options
A current value is displayed while a thumb is being moved.
・UI
Change appearance slightly.
・Others
・For Developers
Refactor code.
Fetch API replaces XmlHttpRequest.
https://microsoftedge.microsoft.com/addons/detail/smart-previewer/hefgfpiimkjigfmankeopiofohpfemhm
https://github.com/Soushi-Atsumi/SmartPreviewer_Edge_Chromium
This blog provides you information of programs which I developed on a whim.
日本語のブログはこちら
GitHub
Firefox Add-Ons
Android Apps
Wednesday, September 21, 2022
Sunday, September 18, 2022
Smart Previewer Ver2.2.0 (Firefox) Released
New Features in Ver 2.2.0
・Features
・Options
A current value is displayed while a thumb is being moved.
・UI
Change appearance slightly.
・Others
・For Developers
Refactor code.
Fetch API replaces XmlHttpRequest.
https://addons.mozilla.org/firefox/addon/smart-previewer/
https://github.com/Soushi-Atsumi/SmartPreviewer_Firefox
・Features
・Options
A current value is displayed while a thumb is being moved.
・UI
Change appearance slightly.
・Others
・For Developers
Refactor code.
Fetch API replaces XmlHttpRequest.
https://addons.mozilla.org/firefox/addon/smart-previewer/
https://github.com/Soushi-Atsumi/SmartPreviewer_Firefox
Saturday, August 20, 2022
Open in Sidebar Ver3.2 Released
New Features in Ver 3.2
・Features
・Icon
Options can be opened from a menu which is displayed by right-clicking the icon.
・Fixes
Fix a minor bug.
・UI
Change appearance slightly.
・Others
・For Developers
Fix a bug which storageKeys.viewSourceFromBookmark is not used. This extension worked without an error because undefined was used for the key instead of storageKeys.viewSourceFromBookmark.
Refactor code.
Fetch API replaces XmlHttpRequest.
Fix a bug which view-source fails in a page of displaying a page which is https.
https://github.com/Soushi-Atsumi/Open-in-Sidebar
https://addons.mozilla.org/firefox/addon/open_in_sidebar/
・Features
・Icon
Options can be opened from a menu which is displayed by right-clicking the icon.
・Fixes
Fix a minor bug.
・UI
Change appearance slightly.
・Others
・For Developers
Fix a bug which storageKeys.viewSourceFromBookmark is not used. This extension worked without an error because undefined was used for the key instead of storageKeys.viewSourceFromBookmark.
Refactor code.
Fetch API replaces XmlHttpRequest.
Fix a bug which view-source fails in a page of displaying a page which is https.
https://github.com/Soushi-Atsumi/Open-in-Sidebar
https://addons.mozilla.org/firefox/addon/open_in_sidebar/
Open in Popup Ver3.1 Released
New Features in Ver 3.1
・Features
・Icon
Options can be opened from a menu which is displayed by right-clicking the icon.
・UI
Change appearance slightly.
https://github.com/Soushi-Atsumi/Open-in-Popup
https://addons.mozilla.org/firefox/addon/open-in-popup/
・Features
・Icon
Options can be opened from a menu which is displayed by right-clicking the icon.
・UI
Change appearance slightly.
https://github.com/Soushi-Atsumi/Open-in-Popup
https://addons.mozilla.org/firefox/addon/open-in-popup/
Saturday, July 30, 2022
Search In Sidebar Ver3.2.1 Released
New Features in Ver 3.2.1
・Features
・Permission
Change the permission for running a shortcut. Thus, this extension requires no permissions again.
https://github.com/Soushi-Atsumi/Search-in-Sidebar
https://addons.mozilla.org/firefox/addon/search-in-sidebar/
・Features
・Permission
Change the permission for running a shortcut. Thus, this extension requires no permissions again.
https://github.com/Soushi-Atsumi/Search-in-Sidebar
https://addons.mozilla.org/firefox/addon/search-in-sidebar/
Search In Popup Ver3.0.1 Released
New Features in Ver 3.0.1
・Features
・Permission
Change the permission for running a shortcut. Thus, this extension requires no permissions again.
https://github.com/Soushi-Atsumi/Search-in-Popup
https://addons.mozilla.org/firefox/addon/search-in-popup/
・Features
・Permission
Change the permission for running a shortcut. Thus, this extension requires no permissions again.
https://github.com/Soushi-Atsumi/Search-in-Popup
https://addons.mozilla.org/firefox/addon/search-in-popup/
Thursday, July 28, 2022
Open in Popup Ver3.0 Released
New Features in Ver 3.0
・Features
・Options
Now you can fix the initial page of the popup. This is useful for websites that list so many links.
・Tab
Selected tab and current page can be opened in the popup now.
・Additional Permissions
You can allow additional permissions on the options page. Currently, it supports only bookmark permission.
・Browser compatibility
Change the oldest version of support 60 to 74.
・Popup
A placement of a popup is available. You can choose opening the page in all popups or not. For more details, see the options page.
・Others
・For Developers
Unify a format of br tags.
Fetch API replaces XmlHttpRequest.
Reduce number of times of reading json files.
Split all processes into functions.
https://github.com/Soushi-Atsumi/Open-in-Popup
https://addons.mozilla.org/firefox/addon/open-in-popup/
・Features
・Options
Now you can fix the initial page of the popup. This is useful for websites that list so many links.
・Tab
Selected tab and current page can be opened in the popup now.
・Additional Permissions
You can allow additional permissions on the options page. Currently, it supports only bookmark permission.
・Browser compatibility
Change the oldest version of support 60 to 74.
・Popup
A placement of a popup is available. You can choose opening the page in all popups or not. For more details, see the options page.
・Others
・For Developers
Unify a format of br tags.
Fetch API replaces XmlHttpRequest.
Reduce number of times of reading json files.
Split all processes into functions.
https://github.com/Soushi-Atsumi/Open-in-Popup
https://addons.mozilla.org/firefox/addon/open-in-popup/
Friday, July 15, 2022
Search In Popup Ver3.0 Released
New Features in Ver 3.0
・Features
・Options
You can decide behavior of the icon in the toolbar by choosing options. The default is 'Reload', this reloads the page in the popup. Another option is 'Go back to Home', this replaces the page of the popup with the home of search engines. However, a tutorial replaces the page if you have chosen 'ask' option.
・Additional search engines by a user
Users can add a search engine in a options page. Also you can choose the site as a default a search engine. YouTube, Amazon, MDN, ... so many sites can be used.
・Shortcut
Users can search with a shortcut key. The default is "Ctrl+Alt+P". The shortcut key can be edited (refer to this link). This feature requires an additional permission.
・Search Engine Icon
An icon of a search engine including an additional search engine is displayed in the context menu.
・Others
・For Developers
Unify a format of br tags.
Fetch API replaces XmlHttpRequest.
Reduce number of times of reading json files.
Refactor code.
https://github.com/Soushi-Atsumi/Search-in-Popup
https://addons.mozilla.org/en-US/firefox/addon/search-in-popup/
・Features
・Options
You can decide behavior of the icon in the toolbar by choosing options. The default is 'Reload', this reloads the page in the popup. Another option is 'Go back to Home', this replaces the page of the popup with the home of search engines. However, a tutorial replaces the page if you have chosen 'ask' option.
・Additional search engines by a user
Users can add a search engine in a options page. Also you can choose the site as a default a search engine. YouTube, Amazon, MDN, ... so many sites can be used.
・Shortcut
Users can search with a shortcut key. The default is "Ctrl+Alt+P". The shortcut key can be edited (refer to this link). This feature requires an additional permission.
・Search Engine Icon
An icon of a search engine including an additional search engine is displayed in the context menu.
・Others
・For Developers
Unify a format of br tags.
Fetch API replaces XmlHttpRequest.
Reduce number of times of reading json files.
Refactor code.
https://github.com/Soushi-Atsumi/Search-in-Popup
https://addons.mozilla.org/en-US/firefox/addon/search-in-popup/
Thursday, July 14, 2022
Search In Sidebar Ver3.2.0 Released
New Features in Ver 3.2.0
・Features
・Search Engine Icon
An icon of a search engine including an additional search engine is displayed in the context menu.
・Tutorial
A tutorial can be opened by right clicking the icon of this extension.
・Others
・For Users
Remove unnecessary permission. Tab permission is no longer required.
・For Developers
Fetch API replaces XmlHttpRequest.
Reduce number of times of reading json files.
Refactor code.
https://github.com/Soushi-Atsumi/Search-in-Sidebar
https://addons.mozilla.org/en-US/firefox/addon/search-in-sidebar/
・Features
・Search Engine Icon
An icon of a search engine including an additional search engine is displayed in the context menu.
・Tutorial
A tutorial can be opened by right clicking the icon of this extension.
・Others
・For Users
Remove unnecessary permission. Tab permission is no longer required.
・For Developers
Fetch API replaces XmlHttpRequest.
Reduce number of times of reading json files.
Refactor code.
https://github.com/Soushi-Atsumi/Search-in-Sidebar
https://addons.mozilla.org/en-US/firefox/addon/search-in-sidebar/
Tuesday, July 5, 2022
Search In Sidebar Ver3.1.0 Released
New Features in Ver 3.1.0
・Features
・Shortcut
Users can search with a shortcut key. The default is "Ctrl+Alt+S". The shortcut key can be edited (refer to this link). This feature requires an additional permission.
・Others
・For Developers
Replace deprecated APIs.
https://github.com/Soushi-Atsumi/Search-in-Sidebar
https://addons.mozilla.org/en-US/firefox/addon/search-in-sidebar/
・Features
・Shortcut
Users can search with a shortcut key. The default is "Ctrl+Alt+S". The shortcut key can be edited (refer to this link). This feature requires an additional permission.
・Others
・For Developers
Replace deprecated APIs.
https://github.com/Soushi-Atsumi/Search-in-Sidebar
https://addons.mozilla.org/en-US/firefox/addon/search-in-sidebar/
Subscribe to:
Posts (Atom)