Overblog Notifications
Get your Overblog notifications in your toolbar
ما هو Overblog Notifications؟
Overblog Notifications هو إضافة Chrome تم تطويرها بواسطة http://admin.over-blog-kiwi.com، والميزة الرئيسية لها هي "Get your Overblog notifications in your toolbar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Overblog Notifications
قم بتنزيل ملفات الامتداد Overblog Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Display the number of unread notification from your OverBlog account in your toolbar and open a popup to read them all.
معلومات أساسية عن التمديد
الاسم | |
ID | ejbbfammdbcikdhinnmchidafbnleogo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo |
الوصف | Get your Overblog notifications in your toolbar |
حجم الملف | 13.08 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 0.1 |
آخر تحديث | 2013-06-19 |
تاريخ النشر | 2013-06-19 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | http://admin.over-blog-kiwi.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "notifications.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Overblog" }, "description": "Get your Overblog notifications in your toolbar", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Overblog Notifications", "permissions": [ "http:\/\/admin.over-blog-kiwi.com\/" ], "version": "0.1" } |