Website Tagger
Tag websites on various conditions for easy recognition
What is Website Tagger?
Website Tagger is a Chrome extension developed by Kushagra Gour, and its main feature is "Tag websites on various conditions for easy recognition".
Extension Screenshots
Download Website Tagger Extension CRX File
Download Website Tagger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Website Tagger |
ID | mnafbagbhobbimnofgdibonhjidgildh |
Official URL | https://chromewebstore.google.com/detail/website-tagger/mnafbagbhobbimnofgdibonhjidgildh |
Description | Tag websites on various conditions for easy recognition |
File Size | 25.35 KB |
Installation Count | 28 |
Current Version | 1.2 |
Last Updated | 2020-05-17 |
Publish Date | 2020-05-17 |
Developer | Kushagra Gour |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |