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.
Was ist Manga Reader Key Correction?
Manga Reader Key Correction ist eine Chrome-Erweiterung, die von http://www.shemseddine.com entwickelt wurde, und ihr Hauptmerkmal ist "Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga.".
Erweiterungsscreenshots
Manga Reader Key Correction-Erweiterungs-CRX-Datei herunterladen
Laden Sie Manga Reader Key Correction-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | |
ID | mifhckgfdpdofammaodohfphlnjopejl |
Offizielle URL | https://chrome.google.com/webstore/detail/manga-reader-key-correcti/mifhckgfdpdofammaodohfphlnjopejl |
Beschreibung | Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga. |
Dateigröße | 59.26 KB |
Installationsanzahl | 82 |
Aktuelle Version | 1.0 |
Letztes Update | 2013-07-10 |
Veröffentlichungsdatum | 2013-07-10 |
Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
Entwickler | http://www.shemseddine.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |