Notion Dark Mode - PNG background color

Add Background Color to enhance the visibility of the letters in the PNG image

Notion Dark Mode - PNG background color là gì?

Notion Dark Mode - PNG background color là một tiện ích mở rộng Chrome được phát triển bởi https://a2tt.me, và tính năng chính của nó là "Add Background Color to enhance the visibility of the letters in the PNG image".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notion Dark Mode - PNG background color

Tải xuống các tệp mở rộng Notion Dark Mode - PNG background color 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

                        Add Background Color to enhance the visibility of the letters in the PNG image because dark letters in the transparent PNG image in Notion dark mode is nearly invisible.                    

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

Tên Notion Dark Mode - PNG background color Notion Dark Mode - PNG background color
ID paegjdkaeijijioinnhahenmnmlmlfil
URL Chính Thức https://chromewebstore.google.com/detail/notion-dark-mode-png-back/paegjdkaeijijioinnhahenmnmlmlfil
Mô tả Add Background Color to enhance the visibility of the letters in the PNG image
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-07-30
Ngày Phát Hành 2022-03-01
Nhà Phát Triển https://a2tt.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/a2tt/Notion-PNG-Background-Color
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Add Background Color to enhance the visibility of the letters in the PNG image",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Notion Dark Mode - PNG background color",
    "action": {
        "default_icon": "\/img\/icon_16.png",
        "default_popup": "\/html\/popup.html"
    },
    "icons": {
        "16": "\/img\/icon_16.png",
        "48": "\/img\/icon_48.png",
        "128": "\/img\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "js": [
                "content_script.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src http:\/\/localhost:* ws:\/\/localhost:*;"
    }
}