Cageify

Let the One True God embrace your webpages with his graciousness!

Cageifyคืออะไร?

Cageify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OrfeasZ และคุณลักษณะหลักของมันคือ "Let the One True God embrace your webpages with his graciousness!"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Cageify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Always to have the websites you visit embraced by the One True God, Nicolas Cage?

This extension makes it possible!

Click the Cageify icon and watch the magic happen!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cageify Cageify
ID ppoobnoipkllpmpnnldhpghefjhiinoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cageify/ppoobnoipkllpmpnnldhpghefjhiinoh
คำอธิบาย Let the One True God embrace your webpages with his graciousness!
ขนาดไฟล์ 92.63 KB
จำนวนการติดตั้ง 1,015
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2013-05-08
วันที่เผยแพร่ 2013-05-08
คะแนน 4.65/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา OrfeasZ
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "cageify.js"
        ]
    },
    "manifest_version": 2,
    "name": "Cageify",
    "description": "Let the One True God embrace your webpages with his graciousness!",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}