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
公式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
Eメール [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\/*"
    ]
}