Green Sliders

Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.

Τι είναι το Green Sliders;

Το Green Sliders είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Stephen Cerruti, και η κύρια λειτουργία του είναι "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.".

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

screenshot

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

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

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

                        This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.                    

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

Όνομα Green Sliders Green Sliders
ID ekclgcnohbbnobgdoolbikeigdjnhdnp
Επίσημο URL https://chromewebstore.google.com/detail/green-sliders/ekclgcnohbbnobgdoolbikeigdjnhdnp
Περιγραφή Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
Μέγεθος Αρχείου 34.33 KB
Αριθμός Εγκαταστάσεων 463
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-04-16
Ημερομηνία Δημοσίευσης 2016-04-15
Αξιολόγηση 4.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Stephen Cerruti
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Green Sliders",
    "description": "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.scoutbook.com\/*"
            ],
            "css": [
                "greenSliders.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "72": "icon72.png",
        "128": "icon128.png"
    }
}