Kosher Chrome

No images, stay 2 seconds on a picture with your cursor to show the image.

什麼是Kosher Chrome?

Kosher Chrome是由mamaorha開發的Chrome擴展程式,該擴展的主要功能是“No images, stay 2 seconds on a picture with your cursor to show the image.”。

下載Kosher Chrome擴展crx文件

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

擴展使用說明

                        No images, stay 2 seconds on a picture with your cursor to show the image.                    

擴展基本資訊

名稱 Kosher Chrome Kosher Chrome
ID ekdgaoikjklhncnbafkchpjbfjpgmcjh
官方網址 https://chrome.google.com/webstore/detail/kosher-chrome/ekdgaoikjklhncnbafkchpjbfjpgmcjh
簡介 No images, stay 2 seconds on a picture with your cursor to show the image.
檔案大小 194 KB
安裝次數 10
目前版本 1.1
更新時間 2014-12-15
上架時間 2014-12-15
開發者 mamaorha
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kosher Chrome",
    "version": "1.1",
    "description": "No images, stay 2 seconds on a picture with your cursor to show the image.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}