Color-Converter

Convert your color to other color-formats (hex <-> rgb <-> hsl)

Τι είναι το Color-Converter;

Το Color-Converter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://heithe.com, και η κύρια λειτουργία του είναι "Convert your color to other color-formats (hex <-> rgb <-> hsl)".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This Extension let you convert a given color into other color-formats.
At this time you can convert: hex, splitted hex <-> rgb in decimal or percentage <-> hsl in decimal or percentage
Just look at the screenshots, install and try it :)

Watch my blog: http://www.heithe.com
Contact me: heithe01+chrcc at gmail dot com
Donations are welcome to heithe01 at gmail dot com through paypal :)                    

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

Όνομα Color-Converter Color-Converter
ID ekjjmfmbokeceeeblblppmgkcenhncii
Επίσημο URL https://chromewebstore.google.com/detail/color-converter/ekjjmfmbokeceeeblblppmgkcenhncii
Περιγραφή Convert your color to other color-formats (hex <-> rgb <-> hsl)
Μέγεθος Αρχείου 111 KB
Αριθμός Εγκαταστάσεων 1,105
Τρέχουσα Έκδοση 1.0.1.1
Τελευταία Ενημέρωση 2013-06-25
Ημερομηνία Δημοσίευσης 2013-06-25
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://heithe.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.heithe.com/blog/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.heithe.com/blog/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "img\/icons\/color_converter_logo_19.png",
        "default_popup": "html\/color_converter.html",
        "default_title": "Color-Converter"
    },
    "description": "Convert your color to other color-formats (hex <-> rgb <-> hsl)",
    "icons": {
        "128": "img\/icons\/color_converter_logo_128.png",
        "16": "img\/icons\/color_converter_logo_16.png",
        "48": "img\/icons\/color_converter_logo_48.png"
    },
    "manifest_version": 2,
    "name": "Color-Converter",
    "version": "1.0.1.1"
}