Gaussian Blur and Greyscale
Used to quickly blur a website for design purposes
Gaussian Blur and Greyscaleคืออะไร?
Gaussian Blur and Greyscale เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Spencer Crow และคุณลักษณะหลักของมันคือ "Used to quickly blur a website for design purposes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gaussian Blur and Greyscale
ดาวน์โหลดไฟล์ส่วนขยาย Gaussian Blur and Greyscale ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds a blur or grayscale filter to the website. Great for developers and designers evaluating their layouts and colors.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gaussian Blur and Greyscale |
ID | kniggjicajakbjmenbjpocebnegamfob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gaussian-blur-and-greysca/kniggjicajakbjmenbjpocebnegamfob |
คำอธิบาย | Used to quickly blur a website for design purposes |
ขนาดไฟล์ | 24.27 KB |
จำนวนการติดตั้ง | 81 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2022-03-02 |
วันที่เผยแพร่ | 2022-02-25 |
ผู้พัฒนา | Spencer Crow |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gaussian Blur and Greyscale", "description": "Used to quickly blur a website for design purposes", "version": "0.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/Pencil.png", "32": "\/images\/Pencil.png", "48": "\/images\/Pencil.png", "128": "\/images\/Pencil.png" } }, "icons": { "16": "\/images\/Pencil.png", "32": "\/images\/Pencil.png", "48": "\/images\/Pencil.png", "128": "\/images\/Pencil.png" }, "options_page": "options.html" } |