Manga Notifier
Notifies you about new manga chapters released.
什么是Manga Notifier?
Manga Notifier是由spect88开发的Chrome扩展程序,该扩展的主要功能是“Notifies you about new manga chapters released.”。
扩展截图
下载Manga Notifier扩展crx文件
下载Manga Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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)
扩展基本信息
名称 | Manga Notifier |
ID | gojgmgbpkmadmmfbfcbaopfepkgeocjg |
官方URL | https://chromewebstore.google.com/detail/manga-notifier/gojgmgbpkmadmmfbfcbaopfepkgeocjg |
简介 | Notifies you about new manga chapters released. |
文件大小 | 66.22 KB |
安装次数 | 359 |
当前版本 | 0.1.1 |
更新时间 | 2012-10-27 |
上架时间 | 2012-10-26 |
评分 | 3.50/5 共48次评分 |
开发者 | spect88 |
付费类型 | free |
支持的语言 | 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" } |