Tags by Authorship

We collect metadata from your text, giving you its tags.

Tags by Authorship là gì?

Tags by Authorship là một tiện ích mở rộng Chrome được phát triển bởi authorship, và tính năng chính của nó là "We collect metadata from your text, giving you its tags.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tags by Authorship

Tải xuống các tệp mở rộng Tags by Authorship dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tags by Authorship Tags by Authorship
ID cgpddleafejpkhalcamdmakkhgemabca
URL Chính Thức https://chromewebstore.google.com/detail/tags-by-authorship/cgpddleafejpkhalcamdmakkhgemabca
Mô tả We collect metadata from your text, giving you its tags.
Kích Thước Tệp 725 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2017-03-20
Ngày Phát Hành 2017-03-20
Nhà Phát Triển authorship
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tags.authorship.me/downloads
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}