Screen Color Picker
An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen
Τι είναι το Screen Color Picker;
Το Screen Color Picker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον meddeg59, και η κύρια λειτουργία του είναι "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Screen Color Picker
Λήψη αρχείων επέκτασης Screen Color Picker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
An easy and fast extension to pick the color code of a pixel from ANYWHERE on your screen. Click the extension logo, click on the pixel you want to take the color code from , and here we go ,the color code is directly copied to your clipboard !
Βασικές Πληροφορίες Επέκτασης
Όνομα | Screen Color Picker |
ID | ppjaeooknocbiflabboobeaeoedlpecl |
Επίσημο URL | https://chromewebstore.google.com/detail/screen-color-picker/ppjaeooknocbiflabboobeaeoedlpecl |
Περιγραφή | An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen |
Μέγεθος Αρχείου | 69.86 KB |
Αριθμός Εγκαταστάσεων | 897 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2022-09-29 |
Ημερομηνία Δημοσίευσης | 2022-09-28 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | meddeg59 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screen Color Picker", "version": "1.0.0", "action": { "default_title": "Pick a color from your screen" }, "permissions": [ "activeTab" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content.jsx.10f1a301.62bb8f98.js" ], "matches": [ " |