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文件

下載Image Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}