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.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл 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 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"
    ]
}