High Wiki

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

Vad är High Wiki?

High Wiki är en Chrome-tillägg utvecklad av Liam Zebedee, och dess huvudfunktion är "Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators".

Tilläggsskärmbilder

screenshot

Ladda ner High Wiki-förlängningens CRX-fil

Ladda ner High Wiki-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn High Wiki High Wiki
ID cjfkkhpnjkcacnfojagblbmenjjbhedi
Officiell webbadress https://chromewebstore.google.com/detail/high-wiki/cjfkkhpnjkcacnfojagblbmenjjbhedi
Beskrivning Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators
Filstorlek 197 KB
Antal Installationer 108
Aktuell Version 3.1
Senast Uppdaterad 2016-11-07
Publiceringsdatum 2016-11-06
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Liam Zebedee
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}