Make Wikipedia #1

This extension will move Wikipedia pages to the top of your Google search results

ما هو Make Wikipedia #1؟

Make Wikipedia #1 هو إضافة Chrome تم تطويرها بواسطة Stephen LaPorte، والميزة الرئيسية لها هي "This extension will move Wikipedia pages to the top of your Google search results".

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

screenshot

تحميل ملف CRX للإضافة Make Wikipedia #1

قم بتنزيل ملفات الامتداد Make Wikipedia #1 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

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

الاسم Make Wikipedia #1 Make Wikipedia #1
ID ckmmohmhhpeemgpjanclllmmdajomdkc
عنوان URL الرسمي https://chromewebstore.google.com/detail/make-wikipedia-1/ckmmohmhhpeemgpjanclllmmdajomdkc
الوصف This extension will move Wikipedia pages to the top of your Google search results
حجم الملف 92.26 KB
عدد التثبيتات 173
النسخة الحالية 0.0.3
آخر تحديث 2013-10-30
تاريخ النشر 2013-10-30
تقييم 4.29/5 مجموع تقييمات 7
المطور Stephen LaPorte
نوع الدفع free
موقع الإضافة https://github.com/slaporte/make-wikipedia-first
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make Wikipedia #1",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extension will move Wikipedia pages to the top of your Google search results",
    "homepage_url": "https:\/\/github.com\/slaporte\/make-wikipedia-first",
    "icons": {
        "16": "imgs\/dotlogo-16.png",
        "48": "imgs\/dotlogo-48.png",
        "128": "imgs\/dotlogo-128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.js"
            ]
        }
    ],
    "options_page": "src\/options\/index.html"
}