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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |