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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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:*;"
    }
}