Website Tagger
Tag websites on various conditions for easy recognition
Vad är Website Tagger?
Website Tagger är en Chrome-tillägg utvecklad av Kushagra Gour, och dess huvudfunktion är "Tag websites on various conditions for easy recognition".
Tilläggsskärmbilder
Ladda ner Website Tagger-förlängningens CRX-fil
Ladda ner Website Tagger-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Website Tagger |
ID | mnafbagbhobbimnofgdibonhjidgildh |
Officiell webbadress | https://chromewebstore.google.com/detail/website-tagger/mnafbagbhobbimnofgdibonhjidgildh |
Beskrivning | Tag websites on various conditions for easy recognition |
Filstorlek | 25.35 KB |
Antal Installationer | 28 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2020-05-17 |
Publiceringsdatum | 2020-05-17 |
Utvecklare | Kushagra Gour |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |