Exty-Switchy

Easily enable/disable chrome extensions.

Exty-Switchy란 무엇입니까?

Exty-Switchy은(는) aedorado에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily enable/disable chrome extensions."입니다.

확장 프로그램 스크린샷

screenshot

Exty-Switchy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ever had the misfortune of disabling a chrome extension?
Here comes a tedious (very tedious) task of migrating to a new tab altogether, searching for the said extension, disabling it and returning to the original page.

But wait! What if I don't remember which page I was originally on? And what's the deal with me going to a new tab through so many mouse clicks just to disable some extension.

Exty-switchy is the solution to all these problems! Just hit the extension icon next to the address bar and easily enable/disable whatever extension you may!                    

확장 프로그램 기본 정보

이름 Exty-Switchy Exty-Switchy
ID jkeghhfibnjhcimpmhokggpfhokjeljo
공식 URL https://chrome.google.com/webstore/detail/exty-switchy/jkeghhfibnjhcimpmhokggpfhokjeljo
설명 Easily enable/disable chrome extensions.
파일 크기 720 KB
설치 횟수 191
현재 버전 1.1.1
최근 업데이트 2016-11-23
출시 날짜 2016-11-23
평점 4.92/5 총 13 개의 평점
개발자 aedorado
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/aedorado/ext-control-panel
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Easily enable\/disable chrome extensions.",
    "manifest_version": 2,
    "name": "Exty-Switchy",
    "icons": {
        "512": "icons\/icon512.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon512.png",
        "default_popup": "popup.html",
        "default_title": "Easy Switching."
    },
    "permissions": [
        "management",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "1.1.1"
}