Tags by Authorship

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

Vad är Tags by Authorship?

Tags by Authorship är en Chrome-tillägg utvecklad av authorship, och dess huvudfunktion är "We collect metadata from your text, giving you its tags.".

Tilläggsskärmbilder

screenshot

Ladda ner Tags by Authorship-förlängningens CRX-fil

Ladda ner Tags by Authorship-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Tags by Authorship Tags by Authorship
ID cgpddleafejpkhalcamdmakkhgemabca
Officiell webbadress https://chromewebstore.google.com/detail/tags-by-authorship/cgpddleafejpkhalcamdmakkhgemabca
Beskrivning We collect metadata from your text, giving you its tags.
Filstorlek 725 KB
Antal Installationer 10
Aktuell Version 1.8
Senast Uppdaterad 2017-03-20
Publiceringsdatum 2017-03-20
Utvecklare authorship
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://tags.authorship.me/downloads
Stödda Språk 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"
    ]
}