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" } } |