Readable Wikipedia

Enhacements to wikipedia to increase its readability.

Hvad er Readable Wikipedia?

Readable Wikipedia er en Chrome-udvidelse udviklet af Nick Rowe, og dens hovedfunktion er "Enhacements to wikipedia to increase its readability.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Readable Wikipedia-udvidelses-CRX-fil

Download Readable Wikipedia-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Readable Wikipedia Readable Wikipedia
ID imoddojnfpdkpfiipadaibjplddaneka
Officiel URL https://chrome.google.com/webstore/detail/readable-wikipedia/imoddojnfpdkpfiipadaibjplddaneka
Beskrivelse Enhacements to wikipedia to increase its readability.
Filstørrelse 549 KB
Antal Installationer 2,000
Nuværende Version 1.7
Senest Opdateret 2013-07-10
Udgivelsesdato 2013-07-10
Bedømmelse 3.63/5 Samlet 52 Bedømmelser
Udvikler Nick Rowe
Betalingsmetode free
Udvidelseswebsted http://labs.dcxn.com/wikipedia-readability/
Understøttede Sprog 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\/*"
    ]
}