Tags by Authorship
We collect metadata from your text, giving you its tags.
Co to jest Tags by Authorship?
Tags by Authorship to rozszerzenie Chrome opracowane przez authorship, a jego główną funkcją jest „We collect metadata from your text, giving you its tags.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tags by Authorship
Pobierz pliki rozszerzeń Tags by Authorship w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Tags by Authorship |
ID | cgpddleafejpkhalcamdmakkhgemabca |
Oficjalny URL | https://chromewebstore.google.com/detail/tags-by-authorship/cgpddleafejpkhalcamdmakkhgemabca |
Opis | We collect metadata from your text, giving you its tags. |
Rozmiar pliku | 725 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.8 |
Ostatnia Aktualizacja | 2017-03-20 |
Data Publikacji | 2017-03-20 |
Deweloper | authorship |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://tags.authorship.me/downloads |
Obsługiwane Języki | 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" ] } |