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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}