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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}