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.”。

擴展截圖

screenshot

下載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/                    

擴展基本資訊

名稱 Manga Reader Key Correction Manga Reader Key Correction
ID mifhckgfdpdofammaodohfphlnjopejl
官方網址 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"
    }
}