Screen Color Picker
An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen
Vad är Screen Color Picker?
Screen Color Picker är en Chrome-tillägg utvecklad av meddeg59, och dess huvudfunktion är "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen".
Tilläggsskärmbilder
Ladda ner Screen Color Picker-förlängningens CRX-fil
Ladda ner Screen Color Picker-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
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 ! Grundläggande Information om Tillägg
| Namn | |
| ID | ppjaeooknocbiflabboobeaeoedlpecl |
| Officiell webbadress | https://chromewebstore.google.com/detail/screen-color-picker/ppjaeooknocbiflabboobeaeoedlpecl |
| Beskrivning | An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen |
| Filstorlek | 69.86 KB |
| Antal Installationer | 897 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2022-09-29 |
| Publiceringsdatum | 2022-09-28 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | meddeg59 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": [
" | |