Unicode Patterns

Replace new tab page with generated Unicode text patterns.

Unicode Patterns क्या है?

Unicode Patterns https://kennethfrederick.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace new tab page with generated Unicode text patterns."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unicode Patterns एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}