High Wiki

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

Co je High Wiki?

High Wiki je rozšíření Chrome vyvinuté Liam Zebedee, a jeho hlavní funkcí je „Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření High Wiki

Stáhněte si soubory rozšíření High Wiki ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název High Wiki High Wiki
ID cjfkkhpnjkcacnfojagblbmenjjbhedi
Oficiální URL https://chromewebstore.google.com/detail/high-wiki/cjfkkhpnjkcacnfojagblbmenjjbhedi
Popis Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators
Velikost souboru 197 KB
Počet instalací 108
Aktuální Verze 3.1
Poslední Aktualizace 2016-11-07
Datum Vydání 2016-11-06
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Liam Zebedee
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}