Development favicon
Assign colored stripes to favicons, based on URL and title regex matching.
Τι είναι το Development favicon;
Το Development favicon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brad Czerniak (ao5357), και η κύρια λειτουργία του είναι "Assign colored stripes to favicons, based on URL and title regex matching.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Development favicon
Λήψη αρχείων επέκτασης Development favicon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Development favicon |
ID | mopggoekgknbopeodgiodphdofgeojkb |
Επίσημο URL | https://chromewebstore.google.com/detail/development-favicon/mopggoekgknbopeodgiodphdofgeojkb |
Περιγραφή | Assign colored stripes to favicons, based on URL and title regex matching. |
Μέγεθος Αρχείου | 194 KB |
Αριθμός Εγκαταστάσεων | 196 |
Τρέχουσα Έκδοση | 1.5.0 |
Τελευταία Ενημέρωση | 2023-07-24 |
Ημερομηνία Δημοσίευσης | 2020-03-23 |
Αξιολόγηση | 4.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Brad Czerniak (ao5357) |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/ao5357/development_favicon |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/ao5357/development_favicon/issues |
URL της Σελίδας Πολιτικής Απορρήτου | https://github.com/ao5357/development_favicon/blob/master/privacy-policy.md |
Υποστηριζόμενες Γλώσσες | 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": [ " |