Blur-It
This extensions blurs the current page.
Blur-Itคืออะไร?
Blur-It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.directorschoice.travel และคุณลักษณะหลักของมันคือ "This extensions blurs the current page."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blur-It
ดาวน์โหลดไฟล์ส่วนขยาย Blur-It ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension creates a 10px blur on your current tab. The blur effect is useful in viewing your UI design from a "step back" perspective.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Blur-It |
ID | plonmelfemjgjbegkbonhcjjdnenpbag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/blur-it/plonmelfemjgjbegkbonhcjjdnenpbag |
คำอธิบาย | This extensions blurs the current page. |
ขนาดไฟล์ | 6.39 KB |
จำนวนการติดตั้ง | 63 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-05-05 |
วันที่เผยแพร่ | 2017-05-05 |
ผู้พัฒนา | https://www.directorschoice.travel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blur-It", "description": "This extensions blurs the current page.", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "blurit.js" ], "persistent": false }, "browser_action": { "default_icon": "blurit.png", "default_title": "Click to blur page." } } |