Notion Dark Mode - PNG background color

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

Qu'est-ce que Notion Dark Mode - PNG background color ?

Notion Dark Mode - PNG background color est une extension Chrome développée par https://a2tt.me, et sa fonction principale est "Add Background Color to enhance the visibility of the letters in the PNG image".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Notion Dark Mode - PNG background color

Téléchargez les fichiers d'extension Notion Dark Mode - PNG background color au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Notion Dark Mode - PNG background color Notion Dark Mode - PNG background color
ID paegjdkaeijijioinnhahenmnmlmlfil
URL Officiel https://chromewebstore.google.com/detail/notion-dark-mode-png-back/paegjdkaeijijioinnhahenmnmlmlfil
Description Add Background Color to enhance the visibility of the letters in the PNG image
Taille du Fichier 159 KB
Nombre d'Installations 44
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-07-30
Date de Publication 2022-03-01
Développeur https://a2tt.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/a2tt/Notion-PNG-Background-Color
Langues Prises en Charge 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:*;"
    }
}