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.
Vad är Manga Reader Key Correction?
Manga Reader Key Correction är en Chrome-tillägg utvecklad av http://www.shemseddine.com, och dess huvudfunktion är "Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga.".
Tilläggsskärmbilder
Ladda ner Manga Reader Key Correction-förlängningens CRX-fil
Ladda ner Manga Reader Key Correction-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | mifhckgfdpdofammaodohfphlnjopejl |
Officiell webbadress | https://chrome.google.com/webstore/detail/manga-reader-key-correcti/mifhckgfdpdofammaodohfphlnjopejl |
Beskrivning | Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga. |
Filstorlek | 59.26 KB |
Antal Installationer | 82 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-07-10 |
Publiceringsdatum | 2013-07-10 |
Betyg | 4.00/5 Totalt 3 Betyg |
Utvecklare | http://www.shemseddine.com |
Betalningssätt | free |
Stödda Språk | 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" } } |