Themify
View the colors of a website
Themifyคืออะไร?
Themify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tonybatts.com และคุณลักษณะหลักของมันคือ "View the colors of a website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Themify
ดาวน์โหลดไฟล์ส่วนขยาย Themify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Need some inspiration for your next project? Quickly and easily see and copy colors from your favorite websites. Are you a Web Developer? Great! Configure Themify to output colors in Hex or RGB for code friendly pasting. Are you a Designer? Neato! Configure Themify to output colors in Hex without the "#" for Photoshop friendly pasting. Do you just like colors? You, I like you. Configure Themify to output whatever your heart desires. Need the color of that one pixel? Use the new Eye Dropper feature! Works for images, videos, and anything else on your screen. Keyboard shortcuts: Open Themify: Windows: Alt+f Mac: Option+f Eye Dropper: Windows: Alt+d Mac: Option+f
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Themify |
ID | depilomfokpbdjhmagangenafijekkjc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/themify/depilomfokpbdjhmagangenafijekkjc |
คำอธิบาย | View the colors of a website |
ขนาดไฟล์ | 28.71 KB |
จำนวนการติดตั้ง | 428 |
เวอร์ชันปัจจุบัน | 2.53 |
อัปเดตครั้งล่าสุด | 2022-04-21 |
วันที่เผยแพร่ | 2021-05-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://tonybatts.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.tonybatts.com/ |
URL หน้าช่วยเหลือ | https://www.tonybatts.com#contact |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Themify", "version": "2.53", "description": "View the colors of a website", "short_name": "View the colors of a website", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+F", "mac": "Alt+F" } }, "eye-dropper": { "suggested_key": { "default": "Alt+D", "mac": "Alt+D" }, "description": "Opens eyedropper" } } } |