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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}