TaggyTag
TaggyTag chrome extension
O que é TaggyTag?
TaggyTag é uma extensão do Chrome desenvolvida por https://taggytag.com, e sua principal característica é "TaggyTag chrome extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TaggyTag
Baixe arquivos de extensão TaggyTag 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
If you're tired of seeing a chunky bookmark toolbar, replace it with TaggyTag chrome extension. It allows you to tag your saved links so the next time you want to open it, search with that same tag(s) again.
Informações Básicas da Extensão
Nome | TaggyTag |
ID | fofobhhjlhfkpbjnbghoaechghbjdgem |
URL Oficial | https://chromewebstore.google.com/detail/taggytag/fofobhhjlhfkpbjnbghoaechghbjdgem |
Descrição | TaggyTag chrome extension |
Tamanho do Arquivo | 1.7 MB |
Contagem de Instalações | 17 |
Versão Atual | 1.9.28 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 4.60/5 Total de 5 Avaliações |
Desenvolvedor | https://taggytag.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TaggyTag", "description": "TaggyTag chrome extension", "version": "1.9.28", "icons": { "128": "logo.png" }, "browser_action": { "default_popup": ".\/index.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.taggytag.com\/*" ] }, "omnibox": { "keyword": "t" }, "permissions": [ "storage", "tabs", "activeTab", "https:\/\/api.graph.cool\/*" ] } |