Manga Notifier

Notifies you about new manga chapters released.

Manga Notifierとは何ですか?

Manga Notifierはspect88によって開発されたChromeの拡張機能で、その主な機能は「Notifies you about new manga chapters released.」です。

拡張機能のスクリーンショット

screenshot

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 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"
}