Wiki Smart

A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.

ما هو Wiki Smart؟

Wiki Smart هو إضافة Chrome تم تطويرها بواسطة https://rark.in، والميزة الرئيسية لها هي "A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Wiki Smart

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

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

                        A simple, quick and user friendly extension to enhance your experience on Wikipedia articles. It saves your data usage and gives you articles' short snippets without diverting you from the current article. Just hover your mouse on links that you see in the articles.                    

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

الاسم Wiki Smart Wiki Smart
ID dknkepbldbfefkfockeacnoaiclpepca
عنوان URL الرسمي https://chromewebstore.google.com/detail/wiki-smart/dknkepbldbfefkfockeacnoaiclpepca
الوصف A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.
حجم الملف 159 KB
عدد التثبيتات 37
النسخة الحالية 1.0
آخر تحديث 2016-10-23
تاريخ النشر 2016-10-23
تقييم 5.00/5 مجموع تقييمات 12
المطور https://rark.in
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://rark.in
عنوان صفحة المساعدة http://facebook.com/rarkofficial
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Smart",
    "description": "A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "wiki_smart_16px.png",
        "default_popup": "popup.html",
        "default_title": "Wiki Smart"
    },
    "icons": {
        "16": "wiki_smart_16px.png",
        "24": "wiki_smart_24px.png",
        "32": "wiki_smart_32px.png",
        "48": "wiki_smart_48px.png",
        "64": "wiki_smart_64px.png",
        "128": "wiki_smart_128px.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/wiki\/*",
                "https:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "wiki_styles.css"
            ],
            "js": [
                "wiki_jquery_3.1.0.js",
                "wiki_scripts.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}