Readable Wikipedia

Enhacements to wikipedia to increase its readability.

Vad är Readable Wikipedia?

Readable Wikipedia är en Chrome-tillägg utvecklad av Nick Rowe, och dess huvudfunktion är "Enhacements to wikipedia to increase its readability.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Readable Wikipedia-förlängningens CRX-fil

Ladda ner Readable Wikipedia-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

                        Wikipedia Readability improves the readability of wikipedia by reducing the number of distractions on the page and improving the readability of the type. This extension attempts to keep the distinctive Wikipedia look while adding usability and readability improvements.                    

Grundläggande Information om Tillägg

Namn Readable Wikipedia Readable Wikipedia
ID imoddojnfpdkpfiipadaibjplddaneka
Officiell webbadress https://chrome.google.com/webstore/detail/readable-wikipedia/imoddojnfpdkpfiipadaibjplddaneka
Beskrivning Enhacements to wikipedia to increase its readability.
Filstorlek 549 KB
Antal Installationer 2,000
Aktuell Version 1.7
Senast Uppdaterad 2013-07-10
Publiceringsdatum 2013-07-10
Betyg 3.63/5 Totalt 52 Betyg
Utvecklare Nick Rowe
Betalningssätt free
Tilläggswebbplats http://labs.dcxn.com/wikipedia-readability/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readable Wikipedia",
    "version": "1.7",
    "manifest_version": 2,
    "description": "Enhacements to wikipedia to increase its readability.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "readable.css"
            ],
            "js": [
                "jquery.js",
                "jquery.hotkeys.js",
                "enhancements.js"
            ]
        }
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "images\/desktop.png",
        "images\/mobile.gif"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.wikipedia.org\/wiki\/*"
    ]
}