Tags by Authorship
We collect metadata from your text, giving you its tags.
Hvad er Tags by Authorship?
Tags by Authorship er en Chrome-udvidelse udviklet af authorship, og dens hovedfunktion er "We collect metadata from your text, giving you its tags.".
Udvidelsesskærmbilleder
Download Tags by Authorship-udvidelses-CRX-fil
Download Tags by Authorship-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Tags by Authorship |
ID | cgpddleafejpkhalcamdmakkhgemabca |
Officiel URL | https://chromewebstore.google.com/detail/tags-by-authorship/cgpddleafejpkhalcamdmakkhgemabca |
Beskrivelse | We collect metadata from your text, giving you its tags. |
Filstørrelse | 725 KB |
Antal Installationer | 10 |
Nuværende Version | 1.8 |
Senest Opdateret | 2017-03-20 |
Udgivelsesdato | 2017-03-20 |
Udvikler | authorship |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://tags.authorship.me/downloads |
Understøttede Sprog | 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" ] } |