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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}