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 |
官方網址 | 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" } |