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
官方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"
    ]
}