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.
Qu'est-ce que Manga Reader Key Correction ?
Manga Reader Key Correction est une extension Chrome développée par http://www.shemseddine.com, et sa fonction principale est "Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Manga Reader Key Correction
Téléchargez les fichiers d'extension Manga Reader Key Correction au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | mifhckgfdpdofammaodohfphlnjopejl |
URL Officiel | 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. |
Taille du Fichier | 59.26 KB |
Nombre d'Installations | 82 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-07-10 |
Date de Publication | 2013-07-10 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | http://www.shemseddine.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |