Website Tagger
Tag websites on various conditions for easy recognition
Hvad er Website Tagger?
Website Tagger er en Chrome-udvidelse udviklet af Kushagra Gour, og dens hovedfunktion er "Tag websites on various conditions for easy recognition".
Udvidelsesskærmbilleder
Download Website Tagger-udvidelses-CRX-fil
Download Website Tagger-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Website Tagger |
ID | mnafbagbhobbimnofgdibonhjidgildh |
Officiel URL | https://chromewebstore.google.com/detail/website-tagger/mnafbagbhobbimnofgdibonhjidgildh |
Beskrivelse | Tag websites on various conditions for easy recognition |
Filstørrelse | 25.35 KB |
Antal Installationer | 28 |
Nuværende Version | 1.2 |
Senest Opdateret | 2020-05-17 |
Udgivelsesdato | 2020-05-17 |
Udvikler | Kushagra Gour |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |