Images ON/OFF

Disable images on current site.

Images ON/OFF란 무엇입니까?

Images ON/OFF은(는) https://singleclickapps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable images on current site."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Images ON/OFF 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use this extension to disable/enable images on the current site. 

It's a simple switch: click to disable, click to enable.

It works on "per host" basis and will disable images for the given host (the currently selected tab), not for all hosts.

There are some options available, but basically, the extension does just that and nothing more.                    

확장 프로그램 기본 정보

이름 Images ON/OFF Images ON/OFF
ID nfmlhilnjccdggifdbhnhkffmjgalbgg
공식 URL https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg
설명 Disable images on current site.
파일 크기 50.33 KB
설치 횟수 29,934
현재 버전 2.3.1
최근 업데이트 2020-03-12
출시 날짜 2020-03-12
평점 4.18/5 총 97 개의 평점
개발자 https://singleclickapps.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://singleclickapps.com/images-on-off/
개인정보 보호 정책 페이지 URL https://singleclickapps.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Images ON\/OFF",
    "version": "2.3.1",
    "minimum_chrome_version": "16.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/images-on-off",
    "description": "Disable images on current site.",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "contentSettings",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Images On\/Off"
    },
    "incognito": "spanning",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}