Themes - Website Style Customizer

Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…

Τι είναι το Themes - Website Style Customizer;

Το Themes - Website Style Customizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Luke Graham, και η κύρια λειτουργία του είναι "Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Themes - Website Style Customizer

Λήψη αρχείων επέκτασης Themes - Website Style Customizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to reapply one when you revisit a page, or you can erase the theme at any time.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Themes - Website Style Customizer Themes - Website Style Customizer
ID kledonplgembcoicaeibbamlpkfmdgpd
Επίσημο URL https://chromewebstore.google.com/detail/themes-website-style-cust/kledonplgembcoicaeibbamlpkfmdgpd
Περιγραφή Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…
Μέγεθος Αρχείου 227 KB
Αριθμός Εγκαταστάσεων 77
Τρέχουσα Έκδοση 5.25
Τελευταία Ενημέρωση 2022-02-08
Ημερομηνία Δημοσίευσης 2021-01-05
Αξιολόγηση 4.75/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Luke Graham
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Themes - Website Style Customizer",
    "version": "5.25",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "Themes",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}