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文件

下载BetterMangaReader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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