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.
Hvad er Manga Reader Key Correction?
Manga Reader Key Correction er en Chrome-udvidelse udviklet af http://www.shemseddine.com, og dens hovedfunktion er "Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga.".
Udvidelsesskærmbilleder
Download Manga Reader Key Correction-udvidelses-CRX-fil
Download Manga Reader Key Correction-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
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/
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mifhckgfdpdofammaodohfphlnjopejl |
Officiel URL | https://chrome.google.com/webstore/detail/manga-reader-key-correcti/mifhckgfdpdofammaodohfphlnjopejl |
Beskrivelse | Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga. |
Filstørrelse | 59.26 KB |
Antal Installationer | 82 |
Nuværende Version | 1.0 |
Senest Opdateret | 2013-07-10 |
Udgivelsesdato | 2013-07-10 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | http://www.shemseddine.com |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |