Color Grab
Steal beautiful colors from Dribbble easily.
什麼是Color Grab?
Color Grab是由tekeste.kidanu開發的Chrome擴展程式,該擴展的主要功能是“Steal beautiful colors from Dribbble easily.”。
擴展截圖
下載Color Grab擴展crx文件
下載Color Grab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension makes copying colors from Dribbble shots as easy a single click. Click your favorite color from the chips next to a shot and the Hex code is available on your clipboard!
擴展基本資訊
名稱 | Color Grab |
ID | aiamoeimgpbjfhmagepggjdickchgpfd |
官方網址 | https://chromewebstore.google.com/detail/color-grab/aiamoeimgpbjfhmagepggjdickchgpfd |
簡介 | Steal beautiful colors from Dribbble easily. |
檔案大小 | 46.97 KB |
安裝次數 | 698 |
目前版本 | 1.0 |
更新時間 | 2018-07-06 |
上架時間 | 2018-07-06 |
評分 | 5.00/5 共 1 次評分 |
開發者 | tekeste.kidanu |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Grab", "description": "Steal beautiful colors from Dribbble easily.", "version": "1.0", "homepage_url": "https:\/\/twitter.com\/iamtekeste", "manifest_version": 2, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "128": "128-icon.png" }, "permissions": [ "activeTab", "https:\/\/dribbble.com\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/dribbble.com\/*" ], "css": [ "tippy.css", "content.css" ], "js": [ "tippy.min.js", "bundle.js" ] } ] } |