Unicode Patterns
Replace new tab page with generated Unicode text patterns.
Unicode Patternsคืออะไร?
Unicode Patterns เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kennethfrederick.de และคุณลักษณะหลักของมันคือ "Replace new tab page with generated Unicode text patterns."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unicode Patterns
ดาวน์โหลดไฟล์ส่วนขยาย Unicode Patterns ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can use preferences to choose whether patterns are monochromatic or 4 color; set whether patterns refresh (à la screensaver); and at what interval the patterns refresh. Updates for 0.7.4: — Added force "White background" feature — Added geometric typeface; Evolventa https://goo.gl/H4ZwYV — Updated UI design — General optimizing and tweaks
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Unicode Patterns |
ID | kpojnenkeikgfiadhgbbnmdkginfeioa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/unicode-patterns/kpojnenkeikgfiadhgbbnmdkginfeioa |
คำอธิบาย | Replace new tab page with generated Unicode text patterns. |
ขนาดไฟล์ | 5.24 MB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 0.7.4 |
อัปเดตครั้งล่าสุด | 2017-09-05 |
วันที่เผยแพร่ | 2017-09-05 |
ผู้พัฒนา | https://kennethfrederick.de |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://kenfrederick.de/sandbox/unicode-patterns/ |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.7.4", "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" }, "author": "Ken Frederick", "background": { "persistent": false, "page": "background.html" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "offline_enabled": true, "permissions": [ "storage" ] } |