Twinkledot Tab Notifier
Don't ever miss notifications on changed tabs
O que é Twinkledot Tab Notifier?
Twinkledot Tab Notifier é uma extensão do Chrome desenvolvida por enter., e sua principal característica é "Don't ever miss notifications on changed tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twinkledot Tab Notifier
Baixe arquivos de extensão Twinkledot Tab Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension adds a notification over your pinned tabs when something has happened in the tab: new message arrived, new items to read etc.
Informações Básicas da Extensão
Nome | Twinkledot Tab Notifier |
ID | oabcnplfjbnkdpaihdoaapmficokiphh |
URL Oficial | https://chromewebstore.google.com/detail/twinkledot-tab-notifier/oabcnplfjbnkdpaihdoaapmficokiphh |
Descrição | Don't ever miss notifications on changed tabs |
Tamanho do Arquivo | 38.46 KB |
Contagem de Instalações | 387 |
Versão Atual | 0.0.2 |
Última Atualização | 2015-04-09 |
Data de Publicação | 2015-04-09 |
Classificação | 3.82/5 Total de 11 Avaliações |
Desenvolvedor | enter. |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |