Development favicon
Assign colored stripes to favicons, based on URL and title regex matching.
Vad är Development favicon?
Development favicon är en Chrome-tillägg utvecklad av Brad Czerniak (ao5357), och dess huvudfunktion är "Assign colored stripes to favicons, based on URL and title regex matching.".
Tilläggsskärmbilder
Ladda ner Development favicon-förlängningens CRX-fil
Ladda ner Development favicon-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
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äggande Information om Tillägg
Namn | Development favicon |
ID | mopggoekgknbopeodgiodphdofgeojkb |
Officiell webbadress | https://chromewebstore.google.com/detail/development-favicon/mopggoekgknbopeodgiodphdofgeojkb |
Beskrivning | Assign colored stripes to favicons, based on URL and title regex matching. |
Filstorlek | 194 KB |
Antal Installationer | 196 |
Aktuell Version | 1.5.0 |
Senast Uppdaterad | 2023-07-24 |
Publiceringsdatum | 2020-03-23 |
Betyg | 4.33/5 Totalt 3 Betyg |
Utvecklare | Brad Czerniak (ao5357) |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ao5357/development_favicon |
Hjälpsida URL | https://github.com/ao5357/development_favicon/issues |
URL till Sekretesspolicy Sidan | https://github.com/ao5357/development_favicon/blob/master/privacy-policy.md |
Stödda Språk | 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": [ " |