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 |
公式URL | 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" ] } ] } |