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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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