High Wiki

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

什麼是High Wiki?

High Wiki是由Liam Zebedee開發的Chrome擴展程式,該擴展的主要功能是“Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators”。

擴展截圖

screenshot

下載High Wiki擴展crx文件

下載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
官方網址 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\/*"
    ]
}