Tags by Authorship

We collect metadata from your text, giving you its tags.

O que é Tags by Authorship?

Tags by Authorship é uma extensão do Chrome desenvolvida por authorship, e sua principal característica é "We collect metadata from your text, giving you its tags.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tags by Authorship

Baixe arquivos de extensão Tags by Authorship 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

                        Tags by Authorship.me analyzes your text content with artificial intelligence, and gives you back an editable list with all related metadata tags. With just one click!                    

Informações Básicas da Extensão

Nome Tags by Authorship Tags by Authorship
ID cgpddleafejpkhalcamdmakkhgemabca
URL Oficial https://chromewebstore.google.com/detail/tags-by-authorship/cgpddleafejpkhalcamdmakkhgemabca
Descrição We collect metadata from your text, giving you its tags.
Tamanho do Arquivo 725 KB
Contagem de Instalações 10
Versão Atual 1.8
Última Atualização 2017-03-20
Data de Publicação 2017-03-20
Desenvolvedor authorship
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://tags.authorship.me/downloads
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tags by Authorship",
    "short_name": "Tags",
    "description": "We collect metadata from your text, giving you its tags.",
    "version": "1.8",
    "manifest_version": 2,
    "author": "Authorship: Thiago Rodrigues and Luis Baja\u00f1a",
    "offline_enabled": false,
    "icons": {
        "128": "images\/icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon.png",
        "default_popup": "tags.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/tagWorks.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/js\/catchData.js"
    ]
}