Saturday, September 28, 2019

Open in Sidebar Ver2.2 Released

New Features in Ver 2.2

 ・Features
 ・Icon
  When clicking the icon, the sidebar can reload the displaying page even if it was opened from the context menu.
 ・Tab
  Selected tab and current page can be opened in the sidebar now.

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

Saturday, June 29, 2019

Smart Previewer Ver1.2 (MicrosoftEdge) Released

New Features in Ver 1.2

・Features
 ・Options
  Delay option has been added. This is the value until the previewer appears. Default is zero seconds(no delay).
・Others
 ・For Users
  Performance improvement.
  Fix problem which the border which means loading does not disappear.
  Fix problem which the layout of English options in the popup is broken.
 ・For Developers
  Each previewers will never add to the body element if it is disabled. In previous versions, It is added even if it is not used.

https://www.microsoft.com/en-us/p/smart-previewer/9ngd05cv97fd
https://github.com/Soushi-Atsumi/SmartPreviewer_Edge

Saturday, June 22, 2019

Smart Previewer Ver1.2 (Firefox) Released

New Features in Ver 1.2

・Features
 ・Options
  Delay option has been added. This is the value until the previewer appears. Default is zero seconds(no delay).
・Others
 ・For Users
  Performance improvement.
  Fix problem which the border which means loading does not disappear.
  Fix problem which the layout of English options in the popup is broken.
 ・For Developers
  Each previewers will never add to the body element if it is disabled. In previous versions, It is added even if it is not used.

https://addons.mozilla.org/en-US/firefox/addon/smart-previewer/
https://github.com/Soushi-Atsumi/SmartPreviewer_Firefox

Thursday, June 20, 2019

Search In Sidebar Ver2.1 Released

New Features in Ver 2.1

・Features
 ・Icon
  The icon of this addon has been added to the tool bar. The sidebar is displayed / reloaded quickly by pressing it. You can remove this icon if you don't need it.
 ・Options
  You can decide behavior of the icon in the toolbar by choosing options. The default is 'Reload', this reloads the page in the sidebar. Another option is 'Go back to Home', this replaces the page of the sidebar with the home of search engines. If you have chosen 'ask' option, 'Reload' option is used instead of 'Go back to Home' option.
・Others
 ・For Developers
  Remove checking the current url of the sidebar from sidebar.js because it is redundant. I did not know this script is not called when other url is set to the sidebar.

https://github.com/Soushi-Atsumi/Search-in-Sidebar
https://addons.mozilla.org/en-US/firefox/addon/search-in-sidebar/

Tuesday, June 18, 2019

Open in Sidebar Ver2.1 Released

New Features in Ver 2.1

・Features
 ・Toolbar
  The icon of this addon has been added to the toolbar. The sidebar can be displayed / reloaded quickly by pressing it.  You can remove this icon if you don't need it.
 ・Options
  Now you can fix the initial page of the sidebar. This is useful for websites that list so many links.
・Others
 ・For Developers
  Remove values that are not in use from English messages.json.
  Remove values that are not in use from index.css.

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

Monday, April 1, 2019

KeyboardPing Ver1.0.0 Released

I released KeyboardPing.
This program works to check the keyboard which is working or not, it is useful for validating the keyboard which is connected the server on a remote location, and (perhaps) typing keys rapidly on the games.
I publish only source codes, so build an executable file yourself.

GitHub: https://github.com/Soushi-Atsumi/KeyboardPing

Sunday, January 27, 2019

Smart Previewer Ver1.1 Released

New Features in Ver 1.1

・Features
You can enable / disable audio, images, pdf and videos at the option page.
Setting values become visible, it make you easy to control options.
Support m3u8 (Only Microsoft Edge).

・Fixes
Fix the problem which it tries to open 'tiff' image files even if firefox does not support the type (Only Firefox).
Fix the problem which it tries to open 'mkv' video files even if firefox does not support the type (Only Firefox).

・For Developers
setAttribute which disables src are replaced removeAttribute. This suppresses warnings.
manifest.json is rejected at the submission due to BOM, so it is changed to no BOM (Only Firefox).

Firefox
Microsoft Edge

Tuesday, January 15, 2019

Smart Previewer is available on Microsoft Edge now

Sorry for keeping you waiting. This is already available on Firefox, but it was not available a while ago because of the reviewing. Enjoy.

https://www.microsoft.com/store/productId/9NGD05CV97FD

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/