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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |