Color Picker Pro
Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!
什麼是Color Picker Pro?
Color Picker Pro是由mdlrichardson開發的Chrome擴展程式,該擴展的主要功能是“Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!”。
擴展截圖
下載Color Picker Pro擴展crx文件
下載Color Picker Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
I created Color Picker Pro to assist me with some basic web design tasks. I wanted to be able to get hex codes for colors immediately without having to open up other apps like Photoshop. If you have any questions or recommendations about Color Picker Pro, feel free to drop me an email at [email protected] Follow me on G+ for updates! https://plus.google.com/+MarkRichardson90/ Thanks for downloading and please feel free to leave an honest review!
擴展基本資訊
名稱 | Color Picker Pro |
ID | bfanioaedpipgmkmmikpgpcgloipdfmh |
官方網址 | https://chromewebstore.google.com/detail/color-picker-pro/bfanioaedpipgmkmmikpgpcgloipdfmh |
簡介 | Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser! |
檔案大小 | 35.99 KB |
安裝次數 | 1,689 |
目前版本 | 0.1 |
更新時間 | 2013-12-30 |
上架時間 | 2013-12-29 |
評分 | 1.19/5 共 21 次評分 |
開發者 | mdlrichardson |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Picker Pro", "version": "0.1", "manifest_version": 2, "description": "Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!", "browser_action": { "default_icon": "color_picker.png", "default_title": "Color Picker Pro!", "default_popup": "extension.html" } } |