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.
什么是Manga Reader Key Correction?
Manga Reader Key Correction是由http://www.shemseddine.com开发的Chrome扩展程序,该扩展的主要功能是“Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga.”。
扩展截图
下载Manga Reader Key Correction扩展crx文件
下载Manga Reader Key Correction扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | |
ID | mifhckgfdpdofammaodohfphlnjopejl |
官方URL | https://chrome.google.com/webstore/detail/manga-reader-key-correcti/mifhckgfdpdofammaodohfphlnjopejl |
简介 | Swaps left and right arrow key functions on popular manga websites to better match the "right to left" format of a printed manga. |
文件大小 | 59.26 KB |
安装次数 | 82 |
当前版本 | 1.0 |
更新时间 | 2013-07-10 |
上架时间 | 2013-07-10 |
评分 | 4.00/5 共3次评分 |
开发者 | http://www.shemseddine.com |
付费类型 | free |
支持的语言 | 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" } } |