Tags by Authorship

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

What is Tags by Authorship?

Tags by Authorship is a Chrome extension developed by authorship, and its main feature is "We collect metadata from your text, giving you its tags.".

Extension Screenshots

screenshot

Download Tags by Authorship Extension CRX File

Download Tags by Authorship extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Tags by Authorship Tags by Authorship
ID cgpddleafejpkhalcamdmakkhgemabca
Official URL https://chromewebstore.google.com/detail/tags-by-authorship/cgpddleafejpkhalcamdmakkhgemabca
Description We collect metadata from your text, giving you its tags.
File Size 725 KB
Installation Count 10
Current Version 1.8
Last Updated 2017-03-20
Publish Date 2017-03-20
Developer authorship
Email [email protected]
Payment Type free
Extension Website http://tags.authorship.me/downloads
Supported Languages 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"
    ]
}