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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
    ]
}