Colour Changer

Change the colour of the text and background of a webpage!

Τι είναι το Colour Changer;

Το Colour Changer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Michael Smith, και η κύρια λειτουργία του είναι "Change the colour of the text and background of a webpage!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Colour Changer

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

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

                        Allows users to apply any colour to fonts and backgrounds of any webpage. To use the extension click on the symbol and you will see a drop-down menu, this has three options - fonts, background and reset. Upon clicking either the font or background it will drop-down three sliders that represent the RGB values, move these sliders to change the font/background. The reset button will remove any changes made to the page (note: to do this it refreshes the page).                    

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

Όνομα Colour Changer Colour Changer
ID oghncgjeeecljbkloncoifojhioefmpj
Επίσημο URL https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj
Περιγραφή Change the colour of the text and background of a webpage!
Μέγεθος Αρχείου 91.72 KB
Αριθμός Εγκαταστάσεων 999
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-10-26
Ημερομηνία Δημοσίευσης 2017-10-26
Αξιολόγηση 2.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Michael Smith
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colour Changer",
    "description": "Change the colour of the text and background of a webpage!",
    "version": "1.0",
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click Here!"
    },
    "permissions": [
        "activeTab"
    ]
}