Script Menu のバージョン履歴 - 全 17 バージョン
Script Menu 作成者: yobukodori
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 0.3.0
リリース日 : 2024年2月28日 - 30.89 KBfirefox バージョン 48.0 以降, android バージョン 120.0 以降 で動作- Settings can now be exported to and imported from a file.
- Code ranges for each script can now be selected.
- Added option to select a color theme for the settings page.ソースコードは Mozilla Public License 2.0 に従いリリースされています
Firefox をダウンロードこの拡張機能を使用するには Firefox が必要です以前のバージョン
バージョン 0.2.9
リリース日 : 2023年4月15日 - 29.12 KBfirefox バージョン 48.0 以降, android バージョン 120.0 以降 で動作- Added nonce option to bypass script execution restrictions by nonce-source value of script-src directive in Content-Security-Policy header.ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.2.8
リリース日 : 2023年4月1日 - 29.13 KBfirefox バージョン 48.0 以降, android バージョン 48.0 から 68.* で動作- Added the //option directive, which is a shortcut for setting three options wrapCodeInScriptTag, allFrames, and matchAboutBlank.ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.2.7
リリース日 : 2023年3月30日 - 28.64 KBfirefox バージョン 48.0 以降, android バージョン 48.0 から 68.* で動作v.0.2.7
- The settings page now opens in a separate tab. Now you can use the browser's search function within script resource.
- Added the ability to add line numbers to script resource.
- Added the ability to move the cursor to the start of each script in the script resource.
- Added the ability to move the cursor to the specified line of the script resource.ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.2.6
リリース日 : 2023年3月27日 - 28.36 KBfirefox バージョン 48.0 以降, android バージョン 48.0 から 68.* で動作- Added //#include preprocess-directive to load arbitrary parts containing directives from the web.
- Allowed writing of //options directive without error when executed as javascript.ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.2.5
リリース日 : 2020年12月29日 - 25.15 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作- Changed the specification when URL is described in the code section. The add-on itself reads the script from the URL and executes the loaded code. Previously, the URL was converted to code that injects a script tag that specifies the url in the src property and executed.
[NOTE] If you want to access the variables/functions/objects, etc. defined by the page script, specify wrapCodeInScriptTag in the //options section.
ソースコードは Mozilla Public License 2.0 に従いリリースされています
- Changed the specification when URL is described in the code section. The add-on itself reads the script from the URL and executes the loaded code. Previously, the URL was converted to code that injects a script tag that specifies the url in the src property and executed.
バージョン 0.2.4
リリース日 : 2020年12月28日 - 25.15 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作- Added the ability to define frequently used code as modules.
- Added the ability to load external scripts as modules.
- Changed directive name 'excludes' to 'exclude'. Can continue to use 'excludes' as an alias.
ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.2.3
リリース日 : 2020年12月5日 - 24.39 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作- Improved error message output.
ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.2.2
リリース日 : 2020年12月3日 - 24.33 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作- Synchronize in-page-menu items with the update if any script resource update is applied after in-page-menu injection.
ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.2.1
リリース日 : 2020年11月20日 - 24.11 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作- Fixed a bug that the actual settings might not be reflected in the settings page when the page is opened immediately after starting the browser on Android.
- Enabled to inject a script by simply writing the URL.
- Improved some UI.
ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.2.0
リリース日 : 2020年11月5日 - 23.71 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作- Added option [Show menu in page] for quick access to the menu on Android.
ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.1.6
リリース日 : 2020年10月29日 - 21.52 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作- Rolled back to v.0.1.4 because v.0.1.5 didn't work as well as it should.
ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.1.5
リリース日 : 2020年10月29日 - 21.67 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作- Trying to fix the issue where getting the active tabs failed rarely on Android. (Third)
ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.1.4
リリース日 : 2020年10月27日 - 21.52 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作- Changed to show all scripts in the menu when getting the active tab failed.
Couldn't fix the issue where getting the active tabs failed rarely on Android. - Added //disable directive. In case you don't use the script but want to keep it.
- Added //eof directive. Ignore the lines that follow.
- Added //[-=*;#] directive. Comment line.
ソースコードは Mozilla Public License 2.0 に従いリリースされています
- Changed to show all scripts in the menu when getting the active tab failed.
バージョン 0.1.3
リリース日 : 2020年10月26日 - 21.46 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作- Trying to fix the issue where getting the active tabs failed rarely on Android.
ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.1.2
リリース日 : 2020年10月24日 - 21.41 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作- Added //matches directive and //excludes directive.
- Enabled deletion of logs.
- Improved UI.
ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 0.1.1
リリース日 : 2020年10月20日 - 19.46 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは Mozilla Public License 2.0 に従いリリースされています