Tags by Authorship

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

什麼是Tags by Authorship?

Tags by Authorship是由authorship開發的Chrome擴展程式,該擴展的主要功能是“We collect metadata from your text, giving you its tags.”。

擴展截圖

screenshot

下載Tags by Authorship擴展crx文件

下載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
官方網址 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"
    ]
}