Screen Color Picker
An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen
Was ist Screen Color Picker?
Screen Color Picker ist eine Chrome-Erweiterung, die von meddeg59 entwickelt wurde, und ihr Hauptmerkmal ist "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen".
Erweiterungsscreenshots
Screen Color Picker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Screen Color Picker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 ! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ppjaeooknocbiflabboobeaeoedlpecl |
| Offizielle URL | https://chromewebstore.google.com/detail/screen-color-picker/ppjaeooknocbiflabboobeaeoedlpecl |
| Beschreibung | An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen |
| Dateigröße | 69.86 KB |
| Installationsanzahl | 897 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2022-09-29 |
| Veröffentlichungsdatum | 2022-09-28 |
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
| Entwickler | meddeg59 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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": [
" | |