Tags by Authorship
We collect metadata from your text, giving you its tags.
Qu'est-ce que Tags by Authorship ?
Tags by Authorship est une extension Chrome développée par authorship, et sa fonction principale est "We collect metadata from your text, giving you its tags.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tags by Authorship
Téléchargez les fichiers d'extension Tags by Authorship au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Tags by Authorship |
ID | cgpddleafejpkhalcamdmakkhgemabca |
URL Officiel | https://chromewebstore.google.com/detail/tags-by-authorship/cgpddleafejpkhalcamdmakkhgemabca |
Description | We collect metadata from your text, giving you its tags. |
Taille du Fichier | 725 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.8 |
Dernière Mise à Jour | 2017-03-20 |
Date de Publication | 2017-03-20 |
Développeur | authorship |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://tags.authorship.me/downloads |
Langues Prises en Charge | 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" ] } |