Fierifyer

Fierifyes any website.

Fierifyerคืออะไร?

Fierifyer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย heinzs และคุณลักษณะหลักของมันคือ "Fierifyes any website."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fierifyer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}