ColorMixture

Show grey, red, green, blue, yellow, magenta, cyan scales of an image

Τι είναι το ColorMixture;

Το ColorMixture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://javafactory.altervista.org, και η κύρια λειτουργία του είναι "Show grey, red, green, blue, yellow, magenta, cyan scales of an image".

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

screenshot
screenshot

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

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

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

                        If you display a single image .jpg, .gif, .png in a tab by itself (rather than on a normal webpage), this extension will produce multiple colour-tinted versions of the image
Then clicking on a generated image ColorMixture opens a new page where you can save the clicked image in .png format

Color scales available:
- Grey
- Red
- Green
- Blue
- Yellow
- Magenta
- Cyan

It doesn't work in chrome:// pages and in chrome extensions gallery

Please rate this extension if you like it                    

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

Όνομα ColorMixture ColorMixture
ID ioidipnbhgcjiaademjhblfoljjmonpa
Επίσημο URL https://chromewebstore.google.com/detail/colormixture/ioidipnbhgcjiaademjhblfoljjmonpa
Περιγραφή Show grey, red, green, blue, yellow, magenta, cyan scales of an image
Μέγεθος Αρχείου 40.33 KB
Αριθμός Εγκαταστάσεων 53
Τρέχουσα Έκδοση 0.5.2
Τελευταία Ενημέρωση 2012-07-14
Ημερομηνία Δημοσίευσης 2012-07-14
Αξιολόγηση 3.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://javafactory.altervista.org
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://javafactory.altervista.org/chrome.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ColorMixture",
    "version": "0.5.2",
    "description": "Show grey, red, green, blue, yellow, magenta, cyan scales of an image",
    "manifest_version": 2,
    "icons": {
        "48": "color48.png",
        "128": "color128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*.jpg",
                "http:\/\/*\/*.gif",
                "http:\/\/*\/*.png",
                "https:\/\/*\/*.jpg",
                "https:\/\/*\/*.gif",
                "https:\/\/*\/*.png"
            ],
            "js": [
                "edit.js"
            ]
        }
    ]
}