Notion Dark Mode - PNG background color

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

Hvad er Notion Dark Mode - PNG background color?

Notion Dark Mode - PNG background color er en Chrome-udvidelse udviklet af https://a2tt.me, og dens hovedfunktion er "Add Background Color to enhance the visibility of the letters in the PNG image".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Notion Dark Mode - PNG background color-udvidelses-CRX-fil

Download Notion Dark Mode - PNG background color-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Notion Dark Mode - PNG background color Notion Dark Mode - PNG background color
ID paegjdkaeijijioinnhahenmnmlmlfil
Officiel URL https://chromewebstore.google.com/detail/notion-dark-mode-png-back/paegjdkaeijijioinnhahenmnmlmlfil
Beskrivelse Add Background Color to enhance the visibility of the letters in the PNG image
Filstørrelse 159 KB
Antal Installationer 44
Nuværende Version 1.0.0
Senest Opdateret 2022-07-30
Udgivelsesdato 2022-03-01
Udvikler https://a2tt.me
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/a2tt/Notion-PNG-Background-Color
Understøttede Sprog 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:*;"
    }
}