Manga Notifier
Notifies you about new manga chapters released.
Was ist Manga Notifier?
Manga Notifier ist eine Chrome-Erweiterung, die von spect88 entwickelt wurde, und ihr Hauptmerkmal ist "Notifies you about new manga chapters released.".
Erweiterungsscreenshots
Manga Notifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie Manga Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Manga Notifier lets you know when a new chapter of your favourite manga is released.
Currently supported online manga websites:
- mangafox.me
- mangareader.net
Usage:
Browse to a manga page, click Manga Notifier icon and add the manga to watched manga list.
Update (27 Oct 2012):
- fixed problems with both mangafox and mangareader
- added a page where you can see the list of currently watched manga (go to extension's options)                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | gojgmgbpkmadmmfbfcbaopfepkgeocjg | 
| Offizielle URL | https://chromewebstore.google.com/detail/manga-notifier/gojgmgbpkmadmmfbfcbaopfepkgeocjg | 
| Beschreibung | Notifies you about new manga chapters released. | 
| Dateigröße | 66.22 KB | 
| Installationsanzahl | 359 | 
| Aktuelle Version | 0.1.1 | 
| Letztes Update | 2012-10-27 | 
| Veröffentlichungsdatum | 2012-10-26 | 
| Bewertung | 3.50/5 Insgesamt 48 Bewertungen | 
| Entwickler | spect88 | 
| Zahlungsart | free | 
| Unterstützte Sprachen | en | 
| manifest.json | |
 {
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Manga Notifier",
    "version": "0.1.1",
    "description": "Notifies you about new manga chapters released.",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "",
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "background",
        "http:\/\/www.mangareader.net\/",
        "http:\/\/mangafox.me\/"
    ],
    "offline_enabled": false,
    "incognito": "spanning"
}  |  |