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é es Manga Reader Key Correction?
Manga Reader Key Correction es una extensión de Chrome desarrollada por http://www.shemseddine.com, y su función principal es "Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Manga Reader Key Correction
Descarga archivos de extensión Manga Reader Key Correction en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | |
ID | mifhckgfdpdofammaodohfphlnjopejl |
URL Oficial | https://chrome.google.com/webstore/detail/manga-reader-key-correcti/mifhckgfdpdofammaodohfphlnjopejl |
Descripción | Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga. |
Tamaño del Archivo | 59.26 KB |
Cantidad de Instalaciones | 82 |
Versión Actual | 1.0 |
Última Actualización | 2013-07-10 |
Fecha de Publicación | 2013-07-10 |
Calificación | 4.00/5 Total de 3 Calificaciones |
Desarrollador | http://www.shemseddine.com |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |