Unread Tab
Flags unvisited/unread (opened in the background) tabs, so it is easy to recognise what tabs still need to be read.
O que é Unread Tab?
Unread Tab é uma extensão do Chrome desenvolvida por https://stanislaw.ru, e sua principal característica é "Flags unvisited/unread (opened in the background) tabs, so it is easy to recognise what tabs still need to be read.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unread Tab
Baixe arquivos de extensão Unread Tab 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
Flags unvisited/unread (opened in the background, usually with the middle click) tabs, so it is easy to recognise what tabs still need to be read/visited. You will easily know what tab you opened but have not yet looked into it. It is especially useful when you are searching for something on the internet, opening many links in the background. After a while you may be confused what tabs you have read and what you still need to look into. This extenstion solves the issue. You will always know what tabs was never visited. The given version is based on the original Unread Tab 1.3 by Adam Grodzki and inspired by Anton Marchenko's needs 😉 and his experience in using “Yandex.Browser”. The main differences of this version are: – options: prefix; – removed usage surveillance 😮; – Russian 🇷🇺 and German 🇩🇪 languages; – unread flags are restored even if tabs' titles are automatically changed (e. g. by YouTube). The project is open-source and public at GitHub: https://github.com/stanislawru/unread-tab
Informações Básicas da Extensão
Nome | Unread Tab |
ID | aabpiidneeojeichdhncnjmdopgglakk |
URL Oficial | https://chromewebstore.google.com/detail/unread-tab/aabpiidneeojeichdhncnjmdopgglakk |
Descrição | Flags unvisited/unread (opened in the background) tabs, so it is easy to recognise what tabs still need to be read. |
Tamanho do Arquivo | 27.59 KB |
Contagem de Instalações | 151 |
Versão Atual | 1.7.4 |
Última Atualização | 2024-01-08 |
Data de Publicação | 2019-12-12 |
Classificação | 3.88/5 Total de 8 Avaliações |
Desenvolvedor | https://stanislaw.ru |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://stanislaw.ru/eng/author/software.asp#unread-tab |
URL da Página de Ajuda | https://stanislaw.ru/eng/author/software.asp#form |
URL da Página de Política de Privacidade | https://stanislaw.ru/eng/website/privacy.asp |
Idiomas Suportados | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "author": "__MSG_extensionAuthors__", "description": "__MSG_extensionDescription__", "version": "1.7.4", "icons": { "48": "icons\/unread-tab-048x048.png", "96": "icons\/unread-tab-096x096.png", "128": "icons\/unread-tab-128x128.png" }, "background": { "service_worker": "scripts\/service_worker.js", "type": "module" }, "options_page": "options.html", "permissions": [ "activeTab", "background", "scripting", "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |