Fierifyer

Fierifyes any website.

什么是Fierifyer?

Fierifyer是由heinzs开发的Chrome扩展程序,该扩展的主要功能是“Fierifyes any website.”。

扩展截图

screenshot

下载Fierifyer扩展crx文件

下载Fierifyer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A fan-made homage to Guy Fieri.  I loved the animations and catchphrases from his restaurant's site so much that I made it available web-wide.  This is NOT intended to imply Guy Fieri's endorsement, I just love his show.  Enjoy!                    

扩展基本信息

名称 Fierifyer Fierifyer
ID ocjidgpmdbahpmcigjffebpacnfmflib
官方URL https://chromewebstore.google.com/detail/fierifyer/ocjidgpmdbahpmcigjffebpacnfmflib
简介 Fierifyes any website.
文件大小 423 KB
安装次数 183
当前版本 1.0
更新时间 2014-04-18
上架时间 2014-04-18
评分 4.27/5 共30次评分
开发者 heinzs
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fierifyer",
    "short_name": "Fierifyer",
    "description": "Fierifyes any website.",
    "version": "1.0",
    "author": "Steve",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "guy.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "options_page": "options.html"
}