La notte

Noir colored themes for the web

La notte क्या है?

La notte Marin Radu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Noir colored themes for the web"।

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

screenshot

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

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

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

                        La Notte enabled dark themes on multiple web sites. It contains 40+ well-tested themes for popular web sites. 

🌙 Long list of supported websites. All manually tested
🌙 La Notte protects your eyes with tinted background colors
🌙 You can blacklist a certain website if something is broken                    

एक्सटेंशन की मूल जानकारी

नाम La notte La notte
ID finepngcchiffimedhcfmmlkgjmeokpp
आधिकारिक URL https://chrome.google.com/webstore/detail/la-notte/finepngcchiffimedhcfmmlkgjmeokpp
विवरण Noir colored themes for the web
फ़ाइल का आकार 1.16 MB
स्थापना संख्या 900,000
वर्तमान संस्करण 1.94.1
अंतिम अपडेट 2021-10-28
प्रकाशन तिथि 2021-04-15
रेटिंग 3.28/5 कुल 18 रेटिंग्स
डेवलपर Marin Radu
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.notion.so/La-Notte-Privacy-Policy-f89c137b0d7549af85f2be4f0e8016a2
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "moment.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "inject.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "version": "1.94.1",
    "web_accessible_resources": [
        "\/css\/*.css"
    ]
}