Tags by Authorship

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

Wat is Tags by Authorship?

Tags by Authorship is een Chrome-extensie ontwikkeld door authorship, en de belangrijkste functie is "We collect metadata from your text, giving you its tags.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tags by Authorship

Download Tags by Authorship-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Tags by Authorship Tags by Authorship
ID cgpddleafejpkhalcamdmakkhgemabca
Officiële URL https://chromewebstore.google.com/detail/tags-by-authorship/cgpddleafejpkhalcamdmakkhgemabca
Beschrijving We collect metadata from your text, giving you its tags.
Bestandsgrootte 725 KB
Aantal Installaties 10
Huidige Versie 1.8
Laatst Bijgewerkt 2017-03-20
Publicatiedatum 2017-03-20
Ontwikkelaar authorship
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://tags.authorship.me/downloads
Ondersteunde Talen 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"
    ]
}