Tags by Authorship

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

Apa itu Tags by Authorship?

Tags by Authorship adalah ekstensi Chrome yang dikembangkan oleh authorship, dan fitur utamanya adalah "We collect metadata from your text, giving you its tags.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tags by Authorship

Unduh file ekstensi Tags by Authorship dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Tags by Authorship Tags by Authorship
ID cgpddleafejpkhalcamdmakkhgemabca
URL Resmi https://chromewebstore.google.com/detail/tags-by-authorship/cgpddleafejpkhalcamdmakkhgemabca
Deskripsi We collect metadata from your text, giving you its tags.
Ukuran File 725 KB
Jumlah Instalasi 10
Versi Saat Ini 1.8
Terakhir Diperbarui 2017-03-20
Tanggal Publikasi 2017-03-20
Pengembang authorship
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://tags.authorship.me/downloads
Bahasa yang Didukung 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"
    ]
}