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. 拡張機能の基本情報
| 名前 | |
| ID | bnhjfamolmolljikdopibpabimjfellc |
| 公式URL | 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 |
| Eメール | [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"
]
}
} | |