Hodor

Hodor

Hodorคืออะไร?

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

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

screenshot
screenshot
screenshot

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

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

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

                        Hodorify your web pages! Experience the web as if it were designed by Hodor! Render your internets more cryptic!

This extension replaces every phrase of every web page with the word "Hodor" :)

New in version 0.0.2: you can click on the extension's icon (Hodor's face) to enable or disable the app (you will need to reload the web page after clicking).                    

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

ชื่อ Hodor Hodor
ID ollegclclhehigjllkeabkmkfcjlhdef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hodor/ollegclclhehigjllkeabkmkfcjlhdef
คำอธิบาย Hodor
ขนาดไฟล์ 407 KB
จำนวนการติดตั้ง 102
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2014-02-19
วันที่เผยแพร่ 2014-02-19
คะแนน 4.33/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา krahd
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hodor",
    "description": "Hodor",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "hodor-icon16.png",
        "default_title": "Hodor"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "hodor-icon16.png",
        "48": "hodor-icon48.png",
        "128": "hodor-icon128.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "contentscript.js"
            ]
        }
    ]
}