Image Switcher

Let's switch images you do not want to see to other one.

Image Switcher란 무엇입니까?

Image Switcher은(는) star__hoshi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let's switch images you do not want to see to other one."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Image Switcher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can switch the image of the specified URL to a different image.
指定した URL の画像を別の画像に置き換えることができます。

Let's switch images you do not want to see to other one.  
見たくない画像を別の画像に切り替えてしまいましょう。

You can set the URL of the image on the options screen.
オプション画面で画像の URL を指定できます。

Source Code: starhoshi/ImageSwitcher
https://github.com/starhoshi/ImageSwitcher                    

확장 프로그램 기본 정보

이름 Image Switcher Image Switcher
ID agbenbfomghnjfbelmoeplkjcflogomb
공식 URL https://chromewebstore.google.com/detail/image-switcher/agbenbfomghnjfbelmoeplkjcflogomb
설명 Let's switch images you do not want to see to other one.
파일 크기 1.34 MB
설치 횟수 60
현재 버전 1.0.2
최근 업데이트 2017-06-09
출시 날짜 2017-06-09
평점 5.00/5 총 2 개의 평점
개발자 star__hoshi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/star__hoshi
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Switcher",
    "short_name": "ImageSwitcher",
    "description": "Let's switch images you do not want to see to other one.",
    "version": "1.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ]
}