├── LICENSE ├── README.md ├── icons ├── icon128.png ├── icon16.png ├── icon32.png └── icon48.png ├── index.html ├── manifest.json ├── preview.gif ├── script.js └── style.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Color-Picker-Extension/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Color-Picker-Extension/HEAD/README.md -------------------------------------------------------------------------------- /icons/icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Color-Picker-Extension/HEAD/icons/icon128.png -------------------------------------------------------------------------------- /icons/icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Color-Picker-Extension/HEAD/icons/icon16.png -------------------------------------------------------------------------------- /icons/icon32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Color-Picker-Extension/HEAD/icons/icon32.png -------------------------------------------------------------------------------- /icons/icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Color-Picker-Extension/HEAD/icons/icon48.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Color-Picker-Extension/HEAD/index.html -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Color-Picker-Extension/HEAD/manifest.json -------------------------------------------------------------------------------- /preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Color-Picker-Extension/HEAD/preview.gif -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Color-Picker-Extension/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Color-Picker-Extension/HEAD/style.css --------------------------------------------------------------------------------