Website Tagger
Tag websites on various conditions for easy recognition
Qu'est-ce que Website Tagger ?
Website Tagger est une extension Chrome développée par Kushagra Gour, et sa fonction principale est "Tag websites on various conditions for easy recognition".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Website Tagger
Téléchargez les fichiers d'extension Website Tagger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Website Tagger |
ID | mnafbagbhobbimnofgdibonhjidgildh |
URL Officiel | https://chromewebstore.google.com/detail/website-tagger/mnafbagbhobbimnofgdibonhjidgildh |
Description | Tag websites on various conditions for easy recognition |
Taille du Fichier | 25.35 KB |
Nombre d'Installations | 28 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-05-17 |
Date de Publication | 2020-05-17 |
Développeur | Kushagra Gour |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |