Gaussian Blur and Greyscale
Used to quickly blur a website for design purposes
Gaussian Blur and Greyscale là gì?
Gaussian Blur and Greyscale là một tiện ích mở rộng Chrome được phát triển bởi Spencer Crow, và tính năng chính của nó là "Used to quickly blur a website for design purposes".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gaussian Blur and Greyscale
Tải xuống các tệp mở rộng Gaussian Blur and Greyscale dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension adds a blur or grayscale filter to the website. Great for developers and designers evaluating their layouts and colors.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gaussian Blur and Greyscale |
ID | kniggjicajakbjmenbjpocebnegamfob |
URL Chính Thức | https://chromewebstore.google.com/detail/gaussian-blur-and-greysca/kniggjicajakbjmenbjpocebnegamfob |
Mô tả | Used to quickly blur a website for design purposes |
Kích Thước Tệp | 24.27 KB |
Số Lần Cài Đặt | 81 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2022-03-02 |
Ngày Phát Hành | 2022-02-25 |
Nhà Phát Triển | Spencer Crow |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |