Website Tagger
Tag websites on various conditions for easy recognition
Apa itu Website Tagger?
Website Tagger adalah ekstensi Chrome yang dikembangkan oleh Kushagra Gour, dan fitur utamanya adalah "Tag websites on various conditions for easy recognition".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Website Tagger
Unduh file ekstensi Website Tagger 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
Let's say: - You want to tag your staging and product environments differently - You want to tag your app differently when logged into a customer's account for debugging - You want to tag websites when they are using a certain thing in the HTML. May be they are using your library! This extension is just for you!
Informasi Dasar Ekstensi
Nama | Website Tagger |
ID | mnafbagbhobbimnofgdibonhjidgildh |
URL Resmi | https://chromewebstore.google.com/detail/website-tagger/mnafbagbhobbimnofgdibonhjidgildh |
Deskripsi | Tag websites on various conditions for easy recognition |
Ukuran File | 25.35 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2020-05-17 |
Tanggal Publikasi | 2020-05-17 |
Pengembang | Kushagra Gour |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Tag websites on various conditions for easy recognition", "manifest_version": 2, "name": "Website Tagger", "version": "1.2", "browser_action": { "default_icon": "logo-64.png", "default_popup": "popup.html", "browser_style": true }, "icons": { "16": "logo-64.png", "48": "logo-64.png", "128": "logo-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ] } ], "permissions": [ " |