Unicode Patterns

Replace new tab page with generated Unicode text patterns.

Unicode Patternsとは何ですか?

Unicode Patternsはhttps://kennethfrederick.deによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with generated Unicode text patterns.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Unicode Patterns拡張機能のCRXファイルをダウンロード

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