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؟

Notion Dark Mode - PNG background color هو إضافة Chrome تم تطويرها بواسطة https://a2tt.me، والميزة الرئيسية لها هي "Add Background Color to enhance the visibility of the letters in the PNG image".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Notion Dark Mode - PNG background color

قم بتنزيل ملفات الامتداد Notion Dark Mode - PNG background color بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Notion Dark Mode - PNG background color Notion Dark Mode - PNG background color
ID paegjdkaeijijioinnhahenmnmlmlfil
عنوان URL الرسمي https://chromewebstore.google.com/detail/notion-dark-mode-png-back/paegjdkaeijijioinnhahenmnmlmlfil
الوصف Add Background Color to enhance the visibility of the letters in the PNG image
حجم الملف 159 KB
عدد التثبيتات 44
النسخة الحالية 1.0.0
آخر تحديث 2022-07-30
تاريخ النشر 2022-03-01
المطور https://a2tt.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/a2tt/Notion-PNG-Background-Color
اللغات المدعومة 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:*;"
    }
}