BetterMangaReader

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

BetterMangaReaderคืออะไร?

BetterMangaReader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jon Wolfe และคุณลักษณะหลักของมันคือ "Keep track of your manga, be notified of updates, and have a better reading experience"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BetterMangaReader

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}