Manga Notifier
Notifies you about new manga chapters released.
Manga Notifierคืออะไร?
Manga Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spect88 และคุณลักษณะหลักของมันคือ "Notifies you about new manga chapters released."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Manga Notifier
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |