Freeze tab Title and Favicon
Freeze tab Title and Favicon
O que é Freeze tab Title and Favicon?
Freeze tab Title and Favicon é uma extensão do Chrome desenvolvida por FGRibreau, e sua principal característica é "Freeze tab Title and Favicon".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Freeze tab Title and Favicon
Baixe arquivos de extensão Freeze tab Title and Favicon 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
Freeze the browser tab titles and favicons. Reduce distraction and improve productivity. No more tab title notifications like Inbox (3), Slack | ! Username | 1 new item. 🌟 Reduce procrastination 🌟 Increase productivity Every tab title always have the domain name (e.g. mail.google.com, slack.com). Every tab favicon always have the default favicon (/favicon.ico) if available.
Informações Básicas da Extensão
Nome | Freeze tab Title and Favicon |
ID | dcohmlplfnhnblpmpnbglcnhlcbnhdag |
URL Oficial | https://chromewebstore.google.com/detail/freeze-tab-title-and-favi/dcohmlplfnhnblpmpnbglcnhlcbnhdag |
Descrição | Freeze tab Title and Favicon |
Tamanho do Arquivo | 14.64 KB |
Contagem de Instalações | 14 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-10-26 |
Data de Publicação | 2020-10-26 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | FGRibreau |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/FGRibreau/chrome-freeze-tab-title |
URL da Página de Ajuda | https://github.com/FGRibreau/chrome-freeze-tab-title/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freeze tab Title and Favicon", "version": "1.0.0", "description": "Freeze tab Title and Favicon", "icons": { "128": "logo_128px.png" }, "author": "Francois-Guillaume Ribreau", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "commands": [] } |