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.
What is Manga Reader Key Correction?
Manga Reader Key Correction is a Chrome extension developed by http://www.shemseddine.com, and its main feature is "Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga.".
Extension Screenshots
Download Manga Reader Key Correction Extension CRX File
Download Manga Reader Key Correction extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | |
ID | mifhckgfdpdofammaodohfphlnjopejl |
Official URL | https://chrome.google.com/webstore/detail/manga-reader-key-correcti/mifhckgfdpdofammaodohfphlnjopejl |
Description | Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga. |
File Size | 59.26 KB |
Installation Count | 82 |
Current Version | 1.0 |
Last Updated | 2013-07-10 |
Publish Date | 2013-07-10 |
Rating | 4.00/5 Total 3 Ratings |
Developer | http://www.shemseddine.com |
Payment Type | free |
Supported Languages | 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" } } |