High Wiki

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

Cos'è High Wiki?

High Wiki è un'estensione di Chrome sviluppata da Liam Zebedee, e la sua funzione principale è "Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione High Wiki

Scarica i file di estensione High Wiki in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome High Wiki High Wiki
ID cjfkkhpnjkcacnfojagblbmenjjbhedi
URL Ufficiale https://chromewebstore.google.com/detail/high-wiki/cjfkkhpnjkcacnfojagblbmenjjbhedi
Descrizione Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators
Dimensione del File 197 KB
Conteggio Installazioni 108
Versione Corrente 3.1
Ultimo Aggiornamento 2016-11-07
Data di Pubblicazione 2016-11-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Liam Zebedee
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}