WikiTweaks

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

Vad är WikiTweaks?

WikiTweaks är en Chrome-tillägg utvecklad av joelsimon6, och dess huvudfunktion är "A restyling of Wikipedia that saves screen space and adds on-hover previews.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner WikiTweaks-förlängningens CRX-fil

Ladda ner WikiTweaks-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

                        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.                    

Grundläggande Information om Tillägg

Namn WikiTweaks WikiTweaks
ID oanljooinjjfgikjbpcjnekmgfakjpnc
Officiell webbadress https://chrome.google.com/webstore/detail/wikitweaks/oanljooinjjfgikjbpcjnekmgfakjpnc
Beskrivning A restyling of Wikipedia that saves screen space and adds on-hover previews.
Filstorlek 53.02 KB
Antal Installationer 197
Aktuell Version 1.7.1
Senast Uppdaterad 2014-12-10
Publiceringsdatum 2014-12-10
Betyg 3.86/5 Totalt 7 Betyg
Utvecklare joelsimon6
Betalningssätt free
Stödda Språk 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
}