Tags by Authorship
We collect metadata from your text, giving you its tags.
Co je Tags by Authorship?
Tags by Authorship je rozšíření Chrome vyvinuté authorship, a jeho hlavní funkcí je „We collect metadata from your text, giving you its tags.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tags by Authorship
Stáhněte si soubory rozšíření Tags by Authorship ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Tags by Authorship |
ID | cgpddleafejpkhalcamdmakkhgemabca |
Oficiální URL | https://chromewebstore.google.com/detail/tags-by-authorship/cgpddleafejpkhalcamdmakkhgemabca |
Popis | We collect metadata from your text, giving you its tags. |
Velikost souboru | 725 KB |
Počet instalací | 10 |
Aktuální Verze | 1.8 |
Poslední Aktualizace | 2017-03-20 |
Datum Vydání | 2017-03-20 |
Vývojář | authorship |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://tags.authorship.me/downloads |
Podporované Jazyky | 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" ] } |