Color Thief - 色泥棒
サイトで使われている色をワンクリックで一覧&コピーできます。憧れサイトのカラースキームをおちゃめに泥棒しちゃいましょう!
Color Thief - 色泥棒คืออะไร?
Color Thief - 色泥棒 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย koeri และคุณลักษณะหลักของมันคือ "サイトで使われている色をワンクリックで一覧&コピーできます。憧れサイトのカラースキームをおちゃめに泥棒しちゃいましょう!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color Thief - 色泥棒
ดาวน์โหลดไฟล์ส่วนขยาย Color Thief - 色泥棒 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
インストール後、任意のページ上でアイコンをクリックすると そのページ内で使われている色情報を抽出し、カラーセットとして一覧表示します。 RGB値での表示、HEX値(16進数)での表示、を切り換えることができます。 任意の色をクリックすると、RGB値またはHEX値をクリップボードにコピーでき、 HTMLやCSSなどへそのままペーストして利用することができます。 ----- You can have a look and copy the colors used in a website with just one click. After installing the extension, clicking on the icon will allow you to extract the information on the colors used on any given website and display them as a color set list. You can change between RGB and HEX (hexadecimal) values. By clicking on any color, you will be able to copy its RGB or HEX to the clipboard, and you can use it by simply pasting it within an HTML or CSS code.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | adkjmkdmgigkfnpmiloelgcjfgkkaaea |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/color-thief-%E8%89%B2%E6%B3%A5%E6%A3%92/adkjmkdmgigkfnpmiloelgcjfgkkaaea |
คำอธิบาย | サイトで使われている色をワンクリックで一覧&コピーできます。憧れサイトのカラースキームをおちゃめに泥棒しちゃいましょう! |
ขนาดไฟล์ | 85.1 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 0.1.5 |
อัปเดตครั้งล่าสุด | 2013-08-13 |
วันที่เผยแพร่ | 2013-08-13 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | koeri |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://tande.jp/lab/portfolio/color-thief/ |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "browser_action": { "default_icon": "img\/icon_19.png", "default_popup": "popup.html", "default_title": "Color Thief - \u8272\u6ce5\u68d2" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "\u30b5\u30a4\u30c8\u3067\u4f7f\u308f\u308c\u3066\u3044\u308b\u8272\u3092\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u4e00\u89a7\uff06\u30b3\u30d4\u30fc\u3067\u304d\u307e\u3059\u3002\u61a7\u308c\u30b5\u30a4\u30c8\u306e\u30ab\u30e9\u30fc\u30b9\u30ad\u30fc\u30e0\u3092\u304a\u3061\u3083\u3081\u306b\u6ce5\u68d2\u3057\u3061\u3083\u3044\u307e\u3057\u3087\u3046\uff01", "background": { "scripts": [ "lib\/jquery-1.7.2.min.js", "js\/background.js" ] }, "name": "Color Thief - \u8272\u6ce5\u68d2", "permissions": [ "tabs", "http:\/\/*\/*" ], "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png", "16": "img\/icon_16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "lib\/jquery-1.7.2.min.js", "js\/content.js" ] } ], "manifest_version": 2, "version": "0.1.5" } |