Gaussian Blur and Greyscale
Used to quickly blur a website for design purposes
什么是Gaussian Blur and Greyscale?
Gaussian Blur and Greyscale是由Spencer Crow开发的Chrome扩展程序,该扩展的主要功能是“Used to quickly blur a website for design purposes”。
扩展截图
下载Gaussian Blur and Greyscale扩展crx文件
下载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" } |