WikiTweaks

A restyling of Wikipedia that saves screen space and adds on-hover previews.

Cos'è WikiTweaks?

WikiTweaks è un'estensione di Chrome sviluppata da joelsimon6, e la sua funzione principale è "A restyling of Wikipedia that saves screen space and adds on-hover previews.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione WikiTweaks

Scarica i file di estensione WikiTweaks 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

                        WikiTweaks goal is to become a full restyling of Wikipedia. Too much screen space is used with things that almost nobody looks at or uses. WikiTweaks also adds drop down previews of links to help avoid congesting your browser with wikipedia tabs. 

Features:
Removal of rarely used UI.
Mouse over preview of links.
Click the extension button for recently viewed wikipedia pages.                    

Informazioni di Base sull'Estensione

Nome WikiTweaks WikiTweaks
ID oanljooinjjfgikjbpcjnekmgfakjpnc
URL Ufficiale https://chrome.google.com/webstore/detail/wikitweaks/oanljooinjjfgikjbpcjnekmgfakjpnc
Descrizione A restyling of Wikipedia that saves screen space and adds on-hover previews.
Dimensione del File 53.02 KB
Conteggio Installazioni 197
Versione Corrente 1.7.1
Ultimo Aggiornamento 2014-12-10
Data di Pubblicazione 2014-12-10
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore joelsimon6
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WikiTweaks",
    "description": "A restyling of Wikipedia that saves screen space and adds on-hover previews.",
    "version": "1.7.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.wikipedia.org\/*",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "jquery.min.js"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "WikiTweaks.js"
            ],
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ]
        }
    ],
    "manifest_version": 2
}