Manga Reader Key Correction

Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga.

Co je Manga Reader Key Correction?

Manga Reader Key Correction je rozšíření Chrome vyvinuté http://www.shemseddine.com, a jeho hlavní funkcí je „Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Manga Reader Key Correction

Stáhněte si soubory rozšíření Manga Reader Key Correction ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension swaps the left and right arrow key navigation function (i.e. left goes to the next page and right goes to the previous page) on popular manga reader websites, this is to better match the right to left reading order of conventional Japanese printed manga.
The extension currently works on the following sites:

http://www.mangasee.com/

http://www.mangareader.net/

http://www.mangahere.com/

http://www.tenmanga.com/

http://mangastream.com/

http://mangawall.com/

http://beta.mangafox.com/

http://unixmanga.com/

http://www.mangainn.com/

http://www.mangapark.com/

http://www.fakku.net/                    

Základní Informace o Rozšíření

Název Manga Reader Key Correction Manga Reader Key Correction
ID mifhckgfdpdofammaodohfphlnjopejl
Oficiální URL https://chrome.google.com/webstore/detail/manga-reader-key-correcti/mifhckgfdpdofammaodohfphlnjopejl
Popis Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga.
Velikost souboru 59.26 KB
Počet instalací 82
Aktuální Verze 1.0
Poslední Aktualizace 2013-07-10
Datum Vydání 2013-07-10
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář http://www.shemseddine.com
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Manga Reader Key Correction",
    "description": "Swaps left and right arrow key functions on popular manga websites to better match the \"right to left\" format of a printed manga.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "manga.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}