Unicode Patterns

Replace new tab page with generated Unicode text patterns.

Cos'è Unicode Patterns?

Unicode Patterns è un'estensione di Chrome sviluppata da https://kennethfrederick.de, e la sua funzione principale è "Replace new tab page with generated Unicode text patterns.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Unicode Patterns

Scarica i file di estensione Unicode Patterns in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Unicode Patterns Unicode Patterns
ID kpojnenkeikgfiadhgbbnmdkginfeioa
URL Ufficiale https://chromewebstore.google.com/detail/unicode-patterns/kpojnenkeikgfiadhgbbnmdkginfeioa
Descrizione Replace new tab page with generated Unicode text patterns.
Dimensione del File 5.24 MB
Conteggio Installazioni 26
Versione Corrente 0.7.4
Ultimo Aggiornamento 2017-09-05
Data di Pubblicazione 2017-09-05
Sviluppatore https://kennethfrederick.de
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kenfrederick.de/sandbox/unicode-patterns/
Lingue Supportate 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"
    ]
}