Twinkledot Tab Notifier
Don't ever miss notifications on changed tabs
Vad är Twinkledot Tab Notifier?
Twinkledot Tab Notifier är en Chrome-tillägg utvecklad av enter., och dess huvudfunktion är "Don't ever miss notifications on changed tabs".
Tilläggsskärmbilder
Ladda ner Twinkledot Tab Notifier-förlängningens CRX-fil
Ladda ner Twinkledot Tab Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension adds a notification over your pinned tabs when something has happened in the tab: new message arrived, new items to read etc.
Grundläggande Information om Tillägg
Namn | Twinkledot Tab Notifier |
ID | oabcnplfjbnkdpaihdoaapmficokiphh |
Officiell webbadress | https://chromewebstore.google.com/detail/twinkledot-tab-notifier/oabcnplfjbnkdpaihdoaapmficokiphh |
Beskrivning | Don't ever miss notifications on changed tabs |
Filstorlek | 38.46 KB |
Antal Installationer | 387 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2015-04-09 |
Publiceringsdatum | 2015-04-09 |
Betyg | 3.82/5 Totalt 11 Betyg |
Utvecklare | enter. |
Betalningssätt | free |
Stödda Språk | 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" ] } } |