La notte

Noir colored themes for the web

什麼是La notte?

La notte是由Marin Radu開發的Chrome擴展程式,該擴展的主要功能是“Noir colored themes for the web”。

擴展截圖

screenshot

下載La notte擴展crx文件

下載La notte擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}