Mark this tab!
Extension which marks your tabs and you can find it
O que é Mark this tab!?
Mark this tab! é uma extensão do Chrome desenvolvida por Andrey Esin, e sua principal característica é "Extension which marks your tabs and you can find it".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mark this tab!
Baixe arquivos de extensão Mark this 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
Simply marks you tab icon with small circle and you will find your tab You can change mark's color ( 🟢->🔵-> 🟣-> 🔴-> 🟠-> 🟡-> ⚪-> ⚫) by quick click or remove mark without reloading page
Informações Básicas da Extensão
Nome | Mark this tab! |
ID | elpmfpacelndpdgiachjinkbfjddichb |
URL Oficial | https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb |
Descrição | Extension which marks your tabs and you can find it |
Tamanho do Arquivo | 48.53 KB |
Contagem de Instalações | 29 |
Versão Atual | 0.1.2 |
Última Atualização | 2022-01-29 |
Data de Publicação | 2022-01-20 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | Andrey Esin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/esin/markThisTab |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mark this tab!", "description": "Extension which marks your tabs and you can find it", "version": "0.1.2", "manifest_version": 3, "permissions": [ "contextMenus", "activeTab", "scripting", "storage", "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "action": [], "icons": { "48": "\/icons\/48.png", "128": "\/icons\/128.png", "512": "\/icons\/512.png" }, "commands": { "mark_tab": { "suggested_key": { "linux": "Alt+T", "windows": "Alt+T", "mac": "MacCtrl+Command+T" }, "description": "Mark tab with default mark" } } } |