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 |
Eメール | [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" } |