Notion Dark Mode - PNG background color

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

¿Qué es Notion Dark Mode - PNG background color?

Notion Dark Mode - PNG background color es una extensión de Chrome desarrollada por https://a2tt.me, y su función principal es "Add Background Color to enhance the visibility of the letters in the PNG image".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Notion Dark Mode - PNG background color

Descarga archivos de extensión Notion Dark Mode - PNG background color en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Notion Dark Mode - PNG background color Notion Dark Mode - PNG background color
ID paegjdkaeijijioinnhahenmnmlmlfil
URL Oficial https://chromewebstore.google.com/detail/notion-dark-mode-png-back/paegjdkaeijijioinnhahenmnmlmlfil
Descripción Add Background Color to enhance the visibility of the letters in the PNG image
Tamaño del Archivo 159 KB
Cantidad de Instalaciones 44
Versión Actual 1.0.0
Última Actualización 2022-07-30
Fecha de Publicación 2022-03-01
Desarrollador https://a2tt.me
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/a2tt/Notion-PNG-Background-Color
Idiomas Soportados 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:*;"
    }
}