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