JS Toggle
We said no.
JS Toggle란 무엇입니까?
JS Toggle은(는) js.toggle.2019에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We said no."입니다.
확장 프로그램 스크린샷
JS Toggle 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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 |
이메일 | [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" ] } } |