High Wiki

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

Τι είναι το High Wiki;

Το High Wiki είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Liam Zebedee, και η κύρια λειτουργία του είναι "Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης High Wiki

Λήψη αρχείων επέκτασης High Wiki σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα High Wiki High Wiki
ID cjfkkhpnjkcacnfojagblbmenjjbhedi
Επίσημο URL https://chromewebstore.google.com/detail/high-wiki/cjfkkhpnjkcacnfojagblbmenjjbhedi
Περιγραφή Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators
Μέγεθος Αρχείου 197 KB
Αριθμός Εγκαταστάσεων 108
Τρέχουσα Έκδοση 3.1
Τελευταία Ενημέρωση 2016-11-07
Ημερομηνία Δημοσίευσης 2016-11-06
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Liam Zebedee
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}