Tags by Authorship
We collect metadata from your text, giving you its tags.
Что такое Tags by Authorship?
Tags by Authorship - это расширение Chrome, разработанное authorship, и его основная функция - "We collect metadata from your text, giving you its tags.".
Снимки экрана расширения
Скачать файл CRX расширения Tags by Authorship
Скачайте файлы расширений Tags by Authorship в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | Tags by Authorship |
ID | cgpddleafejpkhalcamdmakkhgemabca |
Официальный URL | https://chromewebstore.google.com/detail/tags-by-authorship/cgpddleafejpkhalcamdmakkhgemabca |
Описание | We collect metadata from your text, giving you its tags. |
Размер файла | 725 KB |
Количество установок | 10 |
Текущая Версия | 1.8 |
Последнее Обновление | 2017-03-20 |
Дата публикации | 2017-03-20 |
Разработчик | authorship |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://tags.authorship.me/downloads |
Поддерживаемые языки | 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" ] } |