Sunday, November 13, 2022

Open in Sidebar Ver4.0 Released

New Features in Ver 4.0

・Features
 ・User Agent
  Changing the user agent is available. This feature requires a host permission. Open the options page and enable the host permission to enable this feature. This feature effects all pages of extensions which you have installed.

・Others
 ・For Users
  Fix problem which some options are not saved correctly.
 ・For Developers
  Refactor code.

https://github.com/Soushi-Atsumi/Open-in-Sidebar
https://addons.mozilla.org/firefox/addon/open_in_sidebar/

Open in Popup Ver4.0 Released

New Features in Ver 4.0

・Features
 ・User Agent
  Changing the user agent is available. This feature requires a host permission. Open the options page and enable the host permission to enable this feature. This feature effects all pages of extensions which you have installed.

・Others
 ・For Users
  Fix problem which some options are not saved correctly.
 ・For Developers
  Refactor code.

https://github.com/Soushi-Atsumi/Open-in-Popup
https://addons.mozilla.org/firefox/addon/open-in-popup/

Wednesday, September 21, 2022

Smart Previewer Ver1.1.0 (MicrosoftEdge Chromium) Released

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

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

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/

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/

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/

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/

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/

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/

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/

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/

Thursday, March 17, 2022

Message Sender Ver1.0.0 Released

I have published Message Sender which is Android application.
Create a template preliminarily, then you can send a message by using other applications as necessary. This is very lightweight and no permission is required so this application is easy to use.
Source codes are published on GitHub. A license is MIT License.

Google Play: https://play.google.com/store/apps/details?id=jp.soushiatsumi.messagesender
GitHub: https://github.com/Soushi-Atsumi/Message-Sender