Coder Social home page Coder Social logo

chromeeyedropper's Introduction

Eye Dropper browser extension

Eye Dropper is web browser extension which helps you pick and manage palettes of colors from web pages or color picker. It currently works in Chromium and Google Chrome™.

You can find more info, help and FAQ at homepage.

Features

Open the extension to bring up a pop-up menu. Click “Pick color from web page” and then click anywhere on the page to store the color in your palette.

You can also click the “Color Picker” tab to view a color picker. You can view the hex values for any color and add any color to your palette.

Development Setup

  1. Clone the repository from GitHub git clone <repository-url>
  2. Make sure you have pnpm installed.
  3. Install all dependencies pnpm install
  4. Run the dev version pnpm dev to be able to develop with HMR active etc.

Testing

Tests are defined in src/__tests__

Run tests by installing dependencies and using: pnpm test

Testing builded extension

Developing is much easier with pnpm dev, but once you are done, you need to test if everything really works after a build.

  1. Run pnpm build which will create prod build in dist directory.
  2. Open Chrome and to go chrome://extensions/ page.
  3. Click the switch labeled Developer mode (should be top right of the screen).
  4. Click the Load unpacked button that appears (should be top left just under page heading).
  5. Locate dist directory.

Bugs and ideas

You can report bugs and ideas at project’s issues tracker.

License

This extension is released under MIT License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.