ColorFont - Color and Font Picker

Advanced Color and Font Picker to speed up your web design

Τι είναι το ColorFont - Color and Font Picker;

Το ColorFont - Color and Font Picker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://colorfont.io, και η κύρια λειτουργία του είναι "Advanced Color and Font Picker to speed up your web design".

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

screenshot
screenshot
screenshot

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

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

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

                        ColorFont is an easy-to-use Color and Font picking tool created by a designer for other designers.

Here’s what ColorFont will do for you:

✅  Save you time

✅  Allow you to maintain consistency in all your designs

✅  Instead of using 2-3+ tools, you can do everything you need with just the ColorFont Chrome Extension

>>Why ColorFont?

As a designer, finding the best colors and fonts for your clients is one of your most important tasks.

When you find the perfect font and color scheme, your design takes on a life of its own, gets your client big results, and ultimately makes everyone happy.

If you’re like most designers, as you browse the web and go about your day, you see some great colors and fonts you know would be absolutely perfect for that design that you’re working on RIGHT NOW…

...and that’s where ColorFont comes in…

>>ColorFont Chrome Extension Features:

✅ The ColorFont Chrome Extension app window can be moved anywhere on your screen for maximum flexibility while working or browsing

✅  Select and get RGB and HEX color code formats from a web page


✅  Use the Palette Picker to get RGB, RGBA, HEX, and HEX8 colors 


✅ Clipboard feature included so you can copy the colors you find and easily paste them into any project

✅  Font Picker included (No need to use 2 or more different extensions when you can do it all in one place)

>>Working on multiple projects and want to save more time and get even better results?

...soon to be released ColorFont Pro.

>>ColorFont Pro Features:

✅  Create multiple profiles to keep track of each of your design projects and stay organized


✅  Expand your designs and find similar colors by getting complementary, analogous, triadic, and tetradic color for the colors you’ve chosen with the click of your mouse

✅  Find and save Google FREE fonts to your projects and use quick and easy CSS code that’s generated by ColorFont Pro to seamlessly add to your designs

✅  With the click of your mouse, you can add font shadows to any font you’ve selected 

✅  ...and more features to be added

Go to get.colorfont.io to get notified when Pro is released                    

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

Όνομα ColorFont - Color and Font Picker ColorFont - Color and Font Picker
ID gmenbmnakgmdebcdkjbfdbiikahpbkoc
Επίσημο URL https://chromewebstore.google.com/detail/colorfont-color-and-font/gmenbmnakgmdebcdkjbfdbiikahpbkoc
Περιγραφή Advanced Color and Font Picker to speed up your web design
Μέγεθος Αρχείου 569 KB
Αριθμός Εγκαταστάσεων 11,755
Τρέχουσα Έκδοση 1.2.10
Τελευταία Ενημέρωση 2021-03-08
Ημερομηνία Δημοσίευσης 2020-05-13
Αξιολόγηση 3.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://colorfont.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.colorfont.io
Διεύθυνση URL της Σελίδας Βοήθειας https://www.colorfont.io/questions
URL της Σελίδας Πολιτικής Απορρήτου https://colorfont.io/privacy-and-cookies
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "homepage_url": "https:\/\/colorfont.io",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "",
        "storage",
        "fontSettings"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        "popup.html",
        "pickers.html",
        "img\/colorfont_cursor.png",
        "img\/crosshair.png"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/inject.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'  https:\/\/www.googleapis.com\/ http:\/\/localhost:8098; object-src 'self'",
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "1.2.10"
}