Unicode Patterns
Replace new tab page with generated Unicode text patterns.
What is Unicode Patterns?
Unicode Patterns is a Chrome extension developed by https://kennethfrederick.de, and its main feature is "Replace new tab page with generated Unicode text patterns.".
Extension Screenshots
Download Unicode Patterns Extension CRX File
Download Unicode Patterns extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Unicode Patterns |
ID | kpojnenkeikgfiadhgbbnmdkginfeioa |
Official URL | https://chromewebstore.google.com/detail/unicode-patterns/kpojnenkeikgfiadhgbbnmdkginfeioa |
Description | Replace new tab page with generated Unicode text patterns. |
File Size | 5.24 MB |
Installation Count | 26 |
Current Version | 0.7.4 |
Last Updated | 2017-09-05 |
Publish Date | 2017-09-05 |
Developer | https://kennethfrederick.de |
[email protected] | |
Payment Type | free |
Extension Website | https://kenfrederick.de/sandbox/unicode-patterns/ |
Supported Languages | 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" ] } |