High Wiki

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

Qu'est-ce que High Wiki ?

High Wiki est une extension Chrome développée par Liam Zebedee, et sa fonction principale est "Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension High Wiki

Téléchargez les fichiers d'extension High Wiki au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom High Wiki High Wiki
ID cjfkkhpnjkcacnfojagblbmenjjbhedi
URL Officiel https://chromewebstore.google.com/detail/high-wiki/cjfkkhpnjkcacnfojagblbmenjjbhedi
Description Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators
Taille du Fichier 197 KB
Nombre d'Installations 108
Version Actuelle 3.1
Dernière Mise à Jour 2016-11-07
Date de Publication 2016-11-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur Liam Zebedee
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}