MangaUpdates+

Adds extra functionality to the manga updates site.

Co to jest MangaUpdates+?

MangaUpdates+ to rozszerzenie Chrome opracowane przez ExPixel, a jego główną funkcją jest „Adds extra functionality to the manga updates site.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MangaUpdates+

Pobierz pliki rozszerzeń MangaUpdates+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Add extra functionality to http://mangaupdates.com with MangaUpdates+. Currently the extension allows viewing of a series' information simply by hovering over any link that points to a series, and also receiving notifications about new chapters being released.                    

Podstawowe informacje o rozszerzeniu

Nazwa MangaUpdates+ MangaUpdates+
ID dnfmdpgojcihahimcfhcajlloabbokgg
Oficjalny URL https://chrome.google.com/webstore/detail/mangaupdates+/dnfmdpgojcihahimcfhcajlloabbokgg
Opis Adds extra functionality to the manga updates site.
Rozmiar pliku 158 KB
Liczba instalacji 44
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2014-08-11
Data Publikacji 2014-08-11
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper ExPixel
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MangaUpdates+",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Adds extra functionality to the manga updates site.",
    "icons": {
        "16": "icons\/mplus16.png",
        "48": "icons\/mplus48.png",
        "128": "icons\/mplus128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contentSettings",
        "notifications",
        "storage",
        "tabs",
        "alarms",
        "https:\/\/*.mangaupdates.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mangaupdates.com\/*"
            ],
            "css": [
                "css\/bootstrap\/bootstrap.css",
                "css\/main.css",
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.mangaupdates.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/bootstrap\/bootstrap.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/jquery\/jquery.min.js",
        "icons\/mplus16.png",
        "icons\/mplus32.png",
        "icons\/mplus48.png",
        "icons\/mplus64.png",
        "icons\/ajax-loader.gif"
    ]
}