Grayscale Tool

Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.

Τι είναι το Grayscale Tool;

Το Grayscale Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Emanuel Malmquist, και η κύρια λειτουργία του είναι "Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.".

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

screenshot

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

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

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

                        Originally intended for web designers who might want to test the contrast of their content by changing to grayscale, but this extension can really be used by anyone who for some reason want to remove the colors of a web page.

The grayscale persists between page loads, and the key shortcut to activate can be customized in the options.                    

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

Όνομα Grayscale Tool Grayscale Tool
ID odolflphhameojgliipcnahnipmogigo
Επίσημο URL https://chromewebstore.google.com/detail/grayscale-tool/odolflphhameojgliipcnahnipmogigo
Περιγραφή Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.
Μέγεθος Αρχείου 4.44 KB
Αριθμός Εγκαταστάσεων 3,566
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2014-10-19
Ημερομηνία Δημοσίευσης 2014-10-19
Αξιολόγηση 2.57/5 Συνολικά 46 Αξιολογήσεις
Προγραμματιστής Emanuel Malmquist
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grayscale Tool",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "file:\/\/\/*"
            ],
            "js": [
                "grayscale.js"
            ],
            "run_at": "document_end"
        }
    ]
}