One-Click JavaScript Toggle
Fastest way to enable/disable JavaScript
One-Click JavaScript Toggleとは何ですか?
One-Click JavaScript Toggleはhttps://timkovi.chによって開発されたChromeの拡張機能で、その主な機能は「Fastest way to enable/disable JavaScript」です。
拡張機能のスクリーンショット
One-Click JavaScript Toggle拡張機能のCRXファイルをダウンロード
One-Click JavaScript Toggle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One-Click JavaScript Toggle is a Chrome extension that allows enabling/disabling JavaScript on the fly by hostname and subdomain through either the browser icon or context menu. It's the fastest and most convenient way to control which websites you allow to run JavaScript. This is a continuation of the amazing Quick JavaScript Switcher by Maxime Le Breton, which is unfortunately no longer maintained. Works with Chrome 16+ 1.5.2 ==== - Rebrand as it's not really a "2" 1.5.0 ==== - Fixed some out of date paths - Added right click toggle menu
拡張機能の基本情報
名前 | One-Click JavaScript Toggle |
ID | ahjfodbngfpdppljbkhcfhcfdagfgcnj |
公式URL | https://chromewebstore.google.com/detail/one-click-javascript-togg/ahjfodbngfpdppljbkhcfhcfdagfgcnj |
説明 | Fastest way to enable/disable JavaScript |
ファイルサイズ | 25.16 KB |
インストール数 | 3,411 |
現在のバージョン | 1.5.2 |
最終更新日 | 2019-07-30 |
公開日 | 2019-07-30 |
評価 | 4.33/5 合計 12 レビュー |
開発者 | https://timkovi.ch |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mtimkovich/one-click-javascript-toggle |
ヘルプページのURL | https://github.com/mtimkovich/one-click-javascript-toggle/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One-Click JavaScript Toggle", "short_name": "ojt", "version": "1.5.2", "minimum_chrome_version": "16.0", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/mtimkovich\/one-click-javascript-toggle", "description": "Fastest way to enable\/disable JavaScript", "icons": { "16": "icons\/icon.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "contentSettings", "contextMenus", "storage" ], "browser_action": { "default_icon": "icons\/icon.png" }, "incognito": "spanning", "background": { "page": "background.html" }, "options_page": "options.html", "commands": { "toggle-qjs": { "suggested_key": { "default": "Alt+Shift+Q", "mac": "Command+Shift+Q" }, "description": "Toggle JavaScript" } } } |