JS Toggle
We said no.
什麼是JS Toggle?
JS Toggle是由js.toggle.2019開發的Chrome擴展程式,該擴展的主要功能是“We said no.”。
擴展截圖
下載JS Toggle擴展crx文件
下載JS Toggle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple toggle for globally enabling / disabling JavaScript. I released JS Toggle a little over a year ago and I'm proud to say that I still use it nearly every day. I created this extension because I wanted two things: * A simple javascript toggle that I could trust not to send my data anywhere, and that does not request unnecessary permissions (i.e. it is not necessary to view the content of a website to prevent it from executing code). * An aesthetic that wasn't too ugly so I could tolerate the toggle button being visible in my browser menu. There are similar extensions that are more robust, but I like code that strives to do only a single task without additional bells and whistles. No surprises here - just a simple, unobtrusive switch.
擴展基本資訊
名稱 | JS Toggle |
ID | bnhjfamolmolljikdopibpabimjfellc |
官方網址 | https://chromewebstore.google.com/detail/js-toggle/bnhjfamolmolljikdopibpabimjfellc |
簡介 | We said no. |
檔案大小 | 5.48 KB |
安裝次數 | 182 |
目前版本 | 1.1.4 |
更新時間 | 2021-08-13 |
上架時間 | 2020-04-17 |
評分 | 5.00/5 共 2 次評分 |
開發者 | js.toggle.2019 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Scott A. Ledbetter", "name": "JS Toggle", "description": "We said no.", "permissions": [ "contentSettings" ], "version": "1.1.4", "manifest_version": 2, "browser_action": { "default_title": "JS Toggle", "default_icon": "images\/start.png" }, "background": { "scripts": [ "scripts\/background.js" ] } } |