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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |