Tags by Authorship
We collect metadata from your text, giving you its tags.
Cos'è Tags by Authorship?
Tags by Authorship è un'estensione di Chrome sviluppata da authorship, e la sua funzione principale è "We collect metadata from your text, giving you its tags.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tags by Authorship
Scarica i file di estensione Tags by Authorship in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Tags by Authorship |
ID | cgpddleafejpkhalcamdmakkhgemabca |
URL Ufficiale | https://chromewebstore.google.com/detail/tags-by-authorship/cgpddleafejpkhalcamdmakkhgemabca |
Descrizione | We collect metadata from your text, giving you its tags. |
Dimensione del File | 725 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2017-03-20 |
Data di Pubblicazione | 2017-03-20 |
Sviluppatore | authorship |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://tags.authorship.me/downloads |
Lingue Supportate | 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" ] } |