La notte

Noir colored themes for the web

La notte là gì?

La notte là một tiện ích mở rộng Chrome được phát triển bởi Marin Radu, và tính năng chính của nó là "Noir colored themes for the web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng La notte

Tải xuống các tệp mở rộng La notte dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên La notte La notte
ID finepngcchiffimedhcfmmlkgjmeokpp
URL Chính Thức https://chrome.google.com/webstore/detail/la-notte/finepngcchiffimedhcfmmlkgjmeokpp
Mô tả Noir colored themes for the web
Kích Thước Tệp 1.16 MB
Số Lần Cài Đặt 900,000
Phiên Bản Hiện Tại 1.94.1
Cập Nhật Lần Cuối 2021-10-28
Ngày Phát Hành 2021-04-15
Đánh Giá 3.28/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Marin Radu
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.notion.so/La-Notte-Privacy-Policy-f89c137b0d7549af85f2be4f0e8016a2
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}