Black White and Blurry
A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.
Black White and Blurryคืออะไร?
Black White and Blurry เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eionschreiber และคุณลักษณะหลักของมันคือ "A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Black White and Blurry
ดาวน์โหลดไฟล์ส่วนขยาย Black White and Blurry ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Black White and Blurry |
ID | fijkfjipmakjnkggmepekhgefclipnke |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke |
คำอธิบาย | A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design. |
ขนาดไฟล์ | 20.85 KB |
จำนวนการติดตั้ง | 71 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-02-23 |
วันที่เผยแพร่ | 2018-02-22 |
ผู้พัฒนา | eionschreiber |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Black White and Blurry", "description": "A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.", "version": "1.2", "background": { "persistent": false, "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_popup": "black_white_blur.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ] } |