Development favicon
Assign colored stripes to favicons, based on URL and title regex matching.
Hvad er Development favicon?
Development favicon er en Chrome-udvidelse udviklet af Brad Czerniak (ao5357), og dens hovedfunktion er "Assign colored stripes to favicons, based on URL and title regex matching.".
Udvidelsesskærmbilleder
Download Development favicon-udvidelses-CRX-fil
Download Development favicon-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
This extension lets you target URLs and titles with a regex match pattern (so `.*\.local.*` for my local environment) and apply effects to the favicon. I've got my local with a green stripe across the top, the staging server with a yellow one, and could set different production environments with different colors and effects. Another idea would be to match and apply effects for different signed-in Google accounts, so I'd know which Google Drive is open.
Grundlæggende oplysninger om udvidelsen
Navn | Development favicon |
ID | mopggoekgknbopeodgiodphdofgeojkb |
Officiel URL | https://chromewebstore.google.com/detail/development-favicon/mopggoekgknbopeodgiodphdofgeojkb |
Beskrivelse | Assign colored stripes to favicons, based on URL and title regex matching. |
Filstørrelse | 194 KB |
Antal Installationer | 196 |
Nuværende Version | 1.5.0 |
Senest Opdateret | 2023-07-24 |
Udgivelsesdato | 2020-03-23 |
Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
Udvikler | Brad Czerniak (ao5357) |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ao5357/development_favicon |
Hjælpeside-URL | https://github.com/ao5357/development_favicon/issues |
URL til Fortrolighedspolitik Side | https://github.com/ao5357/development_favicon/blob/master/privacy-policy.md |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Brad Czerniak", "name": "__MSG_extensionName__", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |