Hallepedia: Halle Berry for Wikipedia

Makes (almost) every Wikipedia article about Halle Berry.

ما هو Hallepedia: Halle Berry for Wikipedia؟

Hallepedia: Halle Berry for Wikipedia هو إضافة Chrome تم تطويرها بواسطة https://clayburngriffin.com، والميزة الرئيسية لها هي "Makes (almost) every Wikipedia article about Halle Berry.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hallepedia: Halle Berry for Wikipedia

قم بتنزيل ملفات الامتداد Hallepedia: Halle Berry for Wikipedia بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Hallepedia turns Wikipedia articles about boring non-Halle Berry stuff into exciting and sexy articles all about Halle Berry.  For instance, did you know that Halle Berry is an extinct genus of saurolophine hadrosaurid dinosaur?  Well, you do now if you have this Chrome plug-in installed.

Currently only works with English Wikipedia articles.                    

معلومات أساسية عن التمديد

الاسم Hallepedia: Halle Berry for Wikipedia Hallepedia: Halle Berry for Wikipedia
ID pdmceemcpbnemhelbdkhemhkbgllmoie
عنوان URL الرسمي https://chromewebstore.google.com/detail/hallepedia-halle-berry-fo/pdmceemcpbnemhelbdkhemhkbgllmoie
الوصف Makes (almost) every Wikipedia article about Halle Berry.
حجم الملف 24.4 KB
عدد التثبيتات 18
النسخة الحالية 1.2
آخر تحديث 2016-06-27
تاريخ النشر 2016-06-27
تقييم 4.00/5 مجموع تقييمات 4
المطور https://clayburngriffin.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.clayburngriffin.com/hallepedia
عنوان صفحة المساعدة http://www.clayburngriffin.com/contact
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hallepedia: Halle Berry for Wikipedia",
    "description": "Makes (almost) every Wikipedia article about Halle Berry.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "hide.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "halle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "hide.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "halle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}