High Wiki

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

Was ist High Wiki?

High Wiki ist eine Chrome-Erweiterung, die von Liam Zebedee entwickelt wurde, und ihr Hauptmerkmal ist "Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators".

Erweiterungsscreenshots

screenshot

High Wiki-Erweiterungs-CRX-Datei herunterladen

Laden Sie High Wiki-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name High Wiki High Wiki
ID cjfkkhpnjkcacnfojagblbmenjjbhedi
Offizielle URL https://chromewebstore.google.com/detail/high-wiki/cjfkkhpnjkcacnfojagblbmenjjbhedi
Beschreibung Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators
Dateigröße 197 KB
Installationsanzahl 108
Aktuelle Version 3.1
Letztes Update 2016-11-07
Veröffentlichungsdatum 2016-11-06
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Liam Zebedee
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}