TaggyTag

TaggyTag chrome extension

Apa itu TaggyTag?

TaggyTag adalah ekstensi Chrome yang dikembangkan oleh https://taggytag.com, dan fitur utamanya adalah "TaggyTag chrome extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TaggyTag

Unduh file ekstensi TaggyTag 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

                        If you're tired of seeing a chunky bookmark toolbar, replace it with TaggyTag chrome extension.  It allows you to tag your saved links so the next time you want to open it, search with that same tag(s) again.                    

Informasi Dasar Ekstensi

Nama TaggyTag TaggyTag
ID fofobhhjlhfkpbjnbghoaechghbjdgem
URL Resmi https://chromewebstore.google.com/detail/taggytag/fofobhhjlhfkpbjnbghoaechghbjdgem
Deskripsi TaggyTag chrome extension
Ukuran File 1.7 MB
Jumlah Instalasi 17
Versi Saat Ini 1.9.28
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 4.60/5 Total 5 Penilaian
Pengembang https://taggytag.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TaggyTag",
    "description": "TaggyTag chrome extension",
    "version": "1.9.28",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": ".\/index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.taggytag.com\/*"
        ]
    },
    "omnibox": {
        "keyword": "t"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/api.graph.cool\/*"
    ]
}