Wiki Viewer

Search entire wikipedia library with a single click.

ما هو Wiki Viewer؟

Wiki Viewer هو إضافة Chrome تم تطويرها بواسطة Scuer، والميزة الرئيسية لها هي "Search entire wikipedia library with a single click.".

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

screenshot
screenshot

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

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

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

                        Wikipedia Viewer lets you search Wikipedia using a handy button in Your browser. Quickly find information you need, it's fast and lightweight. You can save a lot of time if you rely on Wikipedia in Your work, school or home. Access the biggest collection of information faster and more efficiently!

Wikipedia is a trademark of the Wikimedia Foundation and is used with the permission of the Wikimedia Foundation. We are not endorsed by or affiliated with the Wikimedia Foundation.                    

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

الاسم Wiki Viewer Wiki Viewer
ID ciddbcbjkgfcihojgjnlooihhchpdmfa
عنوان URL الرسمي https://chromewebstore.google.com/detail/wiki-viewer/ciddbcbjkgfcihojgjnlooihhchpdmfa
الوصف Search entire wikipedia library with a single click.
حجم الملف 40.36 KB
عدد التثبيتات 23
النسخة الحالية 1.2.1
آخر تحديث 2016-12-06
تاريخ النشر 2016-12-06
تقييم 4.50/5 مجموع تقييمات 2
المطور Scuer
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Viewer",
    "description": "Search entire wikipedia library with a single click.",
    "version": "1.2.1",
    "author": "Scuer",
    "short_name": "WV",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "option.html"
    },
    "permissions": [
        "https:\/\/*.wikipedia.org\/w\/api.php",
        "storage"
    ]
}