Rancorizer

Adds the Starwars Rancor to any page that uses that rare word

什麼是Rancorizer?

Rancorizer是由Bloomco Heavy Industries開發的Chrome擴展程式,該擴展的主要功能是“Adds the Starwars Rancor to any page that uses that rare word”。

擴展截圖

screenshot

下載Rancorizer擴展crx文件

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

擴展使用說明

                        Adds the Starwars Rancor to any page that uses that rare word                    

擴展基本資訊

名稱 Rancorizer Rancorizer
ID dgblmflhnjgeinapenolaiddnmfioicn
官方網址 https://chromewebstore.google.com/detail/rancorizer/dgblmflhnjgeinapenolaiddnmfioicn
簡介 Adds the Starwars Rancor to any page that uses that rare word
檔案大小 503 KB
安裝次數 25
目前版本 1.0.0
更新時間 2017-07-17
上架時間 2017-07-16
評分 5.00/5 共 1 次評分
開發者 Bloomco Heavy Industries
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rancorizer",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Adds the Starwars Rancor to any page that uses that rare word",
    "homepage_url": "https:\/\/bloomjosh.com\/rancorizer",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/img\/rancor.png",
        "css\/animate.css"
    ]
}