Skip to content

JacobAMelendez/ColorsExtension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorsExtension

This is a color picker that copies color ###### rbg from chrome window.

Spec List: [x] 1. a button for the extention [x] 2. change our mouse into a color selector (a color selector CANNOT interact with elements on the screen ) [x] 3. Esc function in case user no longer want color. [x] 4. on color picked OR esc change window back to regular

Things to figure out : [x] 0. how to use eyeDropper API [x] 1. how to change a mouse into a selector [x] 2. how to grab the color of a pixel on chrome

    format of the color to HEXCODE: #218321 -> #******
    one hash tag and 6 values

    thoughts: we can create a string
    let color = '#'
    let combo = 'grabbed string'

[x] 3. how to store this color into macbook system's copy/paster [x] 4. Change text color based on how dark background is made. [] 5. change the action of color picker to the icon instead of a drop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.4%
  • HTML 23.8%
  • CSS 1.8%