Tumblr Tag

Post your list of favorite tags on Tumblr in one click.

O que é Tumblr Tag?

Tumblr Tag é uma extensão do Chrome desenvolvida por james.bechet, e sua principal característica é "Post your list of favorite tags on Tumblr in one click.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tumblr Tag

Baixe arquivos de extensão Tumblr Tag 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

                        Tumblr Tag v3: Add and Edit your Tumblr tags

This chrome extension will help you do more in less time. Add and edit your lists of tags on Tumblr with ease. Simple and efficient.

New features: 
- You can now edit your lists of tags by clicking on a list while the editor is opened.
- Lists are alphabetical ordered.                    

Informações Básicas da Extensão

Nome Tumblr Tag Tumblr Tag
ID cmbakfeanhaniakabiiabhdjkhgbbdmp
URL Oficial https://chromewebstore.google.com/detail/tumblr-tag/cmbakfeanhaniakabiiabhdjkhgbbdmp
Descrição Post your list of favorite tags on Tumblr in one click.
Tamanho do Arquivo 152 KB
Contagem de Instalações 1,507
Versão Atual 3.5.6
Última Atualização 2023-06-25
Data de Publicação 2020-04-05
Classificação 4.29/5 Total de 55 Avaliações
Desenvolvedor james.bechet
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jamesbechet/tumbTag
URL da Página de Ajuda https://github.com/jamesbechet/tumbTag
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblr Tag",
    "short_name": "tumbtag",
    "description": "Post your list of favorite tags on Tumblr in one click.",
    "version": "3.5.6",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tumblr.com\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ]
}