Gnomed

Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).

Gnomedคืออะไร?

Gnomed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fræzeee และคุณลักษณะหลักของมันคือ "Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https)."

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

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

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

                        Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).                    

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

ชื่อ Gnomed Gnomed
ID fobkebkgdhhknfacdoecodonepgcdfnh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gnomed/fobkebkgdhhknfacdoecodonepgcdfnh
คำอธิบาย Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).
ขนาดไฟล์ 636 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-04-08
วันที่เผยแพร่ 2017-04-08
ผู้พัฒนา Fræzeee
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gnomed",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}