Twinkledot Tab Notifier
Don't ever miss notifications on changed tabs
ما هو Twinkledot Tab Notifier؟
Twinkledot Tab Notifier هو إضافة Chrome تم تطويرها بواسطة enter.، والميزة الرئيسية لها هي "Don't ever miss notifications on changed tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twinkledot Tab Notifier
قم بتنزيل ملفات الامتداد Twinkledot Tab Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a notification over your pinned tabs when something has happened in the tab: new message arrived, new items to read etc.
معلومات أساسية عن التمديد
الاسم | Twinkledot Tab Notifier |
ID | oabcnplfjbnkdpaihdoaapmficokiphh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twinkledot-tab-notifier/oabcnplfjbnkdpaihdoaapmficokiphh |
الوصف | Don't ever miss notifications on changed tabs |
حجم الملف | 38.46 KB |
عدد التثبيتات | 387 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2015-04-09 |
تاريخ النشر | 2015-04-09 |
تقييم | 3.82/5 مجموع تقييمات 11 |
المطور | enter. |
نوع الدفع | free |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "Twinkledot Tab Notifier", "description": "__MSG_app_desc__", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/*\/*" ], "version": "0.0.2", "icons": { "128": "img\/128.png", "48": "img\/48.png", "16": "img\/16.png" }, "background": { "scripts": [ "background.js" ] } } |