One-Click JavaScript Toggle
Fastest way to enable/disable JavaScript
One-Click JavaScript Toggle là gì?
One-Click JavaScript Toggle là một tiện ích mở rộng Chrome được phát triển bởi https://timkovi.ch, và tính năng chính của nó là "Fastest way to enable/disable JavaScript".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng One-Click JavaScript Toggle
Tải xuống các tệp mở rộng One-Click JavaScript Toggle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | One-Click JavaScript Toggle |
ID | ahjfodbngfpdppljbkhcfhcfdagfgcnj |
URL Chính Thức | https://chromewebstore.google.com/detail/one-click-javascript-togg/ahjfodbngfpdppljbkhcfhcfdagfgcnj |
Mô tả | Fastest way to enable/disable JavaScript |
Kích Thước Tệp | 25.16 KB |
Số Lần Cài Đặt | 3,411 |
Phiên Bản Hiện Tại | 1.5.2 |
Cập Nhật Lần Cuối | 2019-07-30 |
Ngày Phát Hành | 2019-07-30 |
Đánh Giá | 4.33/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://timkovi.ch |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mtimkovich/one-click-javascript-toggle |
URL Trang Trợ Giúp | https://github.com/mtimkovich/one-click-javascript-toggle/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |