BetterMangaReader

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

BetterMangaReader क्या है?

BetterMangaReader Jon Wolfe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of your manga, be notified of updates, and have a better reading experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BetterMangaReader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}