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) 擴展基本資訊
| 名稱 | |
| ID | gojgmgbpkmadmmfbfcbaopfepkgeocjg |
| 官方網址 | 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"
} | |