High Wiki

Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators

ما هو High Wiki؟

High Wiki هو إضافة Chrome تم تطويرها بواسطة Liam Zebedee، والميزة الرئيسية لها هي "Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators".

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

screenshot

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

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

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

                        Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators

Tired of so many Wikipedia tabs open? Are you an inquisitive explorer of links and knowledge? 

Do you read Maths articles and open a new tab for every second link you encounter? Fret no more!

High Wiki: 

  - links to other articles expand inline
  - links within those excerpts do the same too!
  - double-click to open in a new tab
  - click show more to see just that bit more you needed ;)                    

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

الاسم High Wiki High Wiki
ID cjfkkhpnjkcacnfojagblbmenjjbhedi
عنوان URL الرسمي https://chromewebstore.google.com/detail/high-wiki/cjfkkhpnjkcacnfojagblbmenjjbhedi
الوصف Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators
حجم الملف 197 KB
عدد التثبيتات 108
النسخة الحالية 3.1
آخر تحديث 2016-11-07
تاريخ النشر 2016-11-06
تقييم 5.00/5 مجموع تقييمات 1
المطور Liam Zebedee
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "High Wiki",
    "description": "Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators",
    "version": "3.1",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/wiki\/*",
                "http:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/singleClick.js",
                "build\/bundle.js"
            ],
            "css": [
                "highwiki.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/*.wikipedia.org\/wiki\/*",
        "http:\/\/*.wikipedia.org\/wiki\/*"
    ]
}