BetterMangaReader

Keep track of your manga, be notified of updates, and have a better reading experience

BetterMangaReader란 무엇입니까?

BetterMangaReader은(는) Jon Wolfe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of your manga, be notified of updates, and have a better reading experience"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

BetterMangaReader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enjoy a better manga reading experience and with less hassle by letting us keep track of all your mangas and letting you know when each have been updated. BMR also displays every page of your manga onto one page so that you can just scroll downward to keep reading instead of going page to page, one by one..

This is still in beta, and as such is limited to only working on:

*MangaHere
*MangaTown
*MangaStream

During the beta, it's always helpful if you find any bugs to report them here under the issues tab on the Github page and maybe if you're feeling spry, knock out a couple of the fixes yourself and submit a pull request.                    

확장 프로그램 기본 정보

이름 BetterMangaReader BetterMangaReader
ID gecohlfddhgfhkadmdghjjmijdpabmlp
공식 URL https://chromewebstore.google.com/detail/bettermangareader/gecohlfddhgfhkadmdghjjmijdpabmlp
설명 Keep track of your manga, be notified of updates, and have a better reading experience
파일 크기 106 KB
설치 횟수 158
현재 버전 0.5.15
최근 업데이트 2016-08-24
출시 날짜 2016-08-24
평점 4.71/5 총 7 개의 평점
개발자 Jon Wolfe
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/JonathanWolfe/BetterMangaReader
도움말 페이지 URL https://github.com/JonathanWolfe/BetterMangaReader/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterMangaReader",
    "version": "0.5.15",
    "manifest_version": 2,
    "description": "Keep track of your manga, be notified of updates, and have a better reading experience",
    "homepage_url": "https:\/\/github.com\/JonathanWolfe\/BetterMangaReader",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "options_page": "html\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon32.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mangahere.co\/*",
                "*:\/\/*.mangastream.com\/*",
                "*:\/\/*.mangatown.com\/*",
                "*:\/\/*.readms.com\/*"
            ],
            "css": [
                "styles\/pure.css",
                "styles\/inject.css"
            ],
            "js": [
                "scripts\/vendor\/jquery.min.js",
                "scripts\/html-sanitize.js",
                "scripts\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*.png"
    ]
}