Manga Notifier
Notifies you about new manga chapters released.
Cos'è Manga Notifier?
Manga Notifier è un'estensione di Chrome sviluppata da spect88, e la sua funzione principale è "Notifies you about new manga chapters released.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Manga Notifier
Scarica i file di estensione Manga Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | Manga Notifier |
ID | gojgmgbpkmadmmfbfcbaopfepkgeocjg |
URL Ufficiale | https://chromewebstore.google.com/detail/manga-notifier/gojgmgbpkmadmmfbfcbaopfepkgeocjg |
Descrizione | Notifies you about new manga chapters released. |
Dimensione del File | 66.22 KB |
Conteggio Installazioni | 359 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2012-10-27 |
Data di Pubblicazione | 2012-10-26 |
Valutazione | 3.50/5 Totale 48 Valutazioni |
Sviluppatore | spect88 |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |