Long Strip for MangaDex

Add a long strip reading mode to MangaDex

Long Strip for MangaDexとは何ですか?

Long Strip for MangaDexはiYungによって開発されたChromeの拡張機能で、その主な機能は「Add a long strip reading mode to MangaDex」です。

拡張機能のスクリーンショット

screenshot
screenshot

Long Strip for MangaDex拡張機能のCRXファイルをダウンロード

Long Strip for MangaDex拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Bring long strip reading to MangaDex! Long strip reading can be enabled and disabled through a button to the right of the manga navigation dropdowns. Going from chapter to chapter can be down through buttons on the bottom left or the arrow keys.

--Now works on mangadex.org                    

拡張機能の基本情報

名前 Long Strip for MangaDex Long Strip for MangaDex
ID anjjhaohimjnndenopochpkdchdilccd
公式URL https://chrome.google.com/webstore/detail/long-strip-for-mangadex/anjjhaohimjnndenopochpkdchdilccd
説明 Add a long strip reading mode to MangaDex
ファイルサイズ 11.68 KB
インストール数 449
現在のバージョン 0.0.0.8
最終更新日 2018-04-18
公開日 2018-04-18
評価 4.89/5 合計 9 レビュー
開発者 iYung
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Long Strip for MangaDex",
    "version": "0.0.0.8",
    "web_accessible_resources": [
        "script.js"
    ],
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "description": "Add a long strip reading mode to MangaDex",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mangadex.org\/chapter\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}