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 https://a2tt.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add Background Color to enhance the visibility of the letters in the PNG image"।

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

screenshot
screenshot

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

crx प्रारूप में Notion Dark Mode - PNG background color एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:*;"
    }
}