High Wiki

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

High Wiki là gì?

High Wiki là một tiện ích mở rộng Chrome được phát triển bởi Liam Zebedee, và tính năng chính của nó là "Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng High Wiki

Tải xuống các tệp mở rộng High Wiki dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 ;)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên High Wiki High Wiki
ID cjfkkhpnjkcacnfojagblbmenjjbhedi
URL Chính Thức https://chromewebstore.google.com/detail/high-wiki/cjfkkhpnjkcacnfojagblbmenjjbhedi
Mô tả Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators
Kích Thước Tệp 197 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2016-11-07
Ngày Phát Hành 2016-11-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Liam Zebedee
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}