Glyph Imager - turn glyphs to images

Turn any font glyph into a png image

Τι είναι το Glyph Imager - turn glyphs to images;

Το Glyph Imager - turn glyphs to images είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://glyphimager.cookietroll.com, και η κύρια λειτουργία του είναι "Turn any font glyph into a png image".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Glyph Imager - turn glyphs to images

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

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

                        Glyph Imager is here to enable you to save glyphs as images so that you can use them in your favorite image editing software, put them on your website and in general, do anything you can with an image.

Instructions: 
* click the Glyph Imager extension icon
* click the glyph you wish to save as an image
* when the image appears in the popup on the left side of the page - adjust the size and color to your liking (if needed)
* click the Save as PNG button

You're done!

Please contact us with feature requests and suggestions                    

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

Όνομα Glyph Imager - turn glyphs to images Glyph Imager - turn glyphs to images
ID onompcbgalpcjcogebjpnphokjicbneh
Επίσημο URL https://chromewebstore.google.com/detail/glyph-imager-turn-glyphs/onompcbgalpcjcogebjpnphokjicbneh
Περιγραφή Turn any font glyph into a png image
Μέγεθος Αρχείου 69.37 KB
Αριθμός Εγκαταστάσεων 276
Τρέχουσα Έκδοση 0.0.10
Τελευταία Ενημέρωση 2015-01-03
Ημερομηνία Δημοσίευσης 2015-01-03
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://glyphimager.cookietroll.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://glyphimager.cookietroll.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Glyph Imager - turn glyphs to images",
    "version": "0.0.10",
    "description": "Turn any font glyph into a png image",
    "icons": {
        "16": "images\/logo_128.png",
        "48": "images\/logo_128.png",
        "128": "images\/logo_128.png"
    },
    "browser_action": {
        "default_icon": "images\/logo_128.png",
        "default_title": "Click here and hover over the glyph to save it"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/handlebars.js",
                "content.js"
            ],
            "css": [
                "views\/canvas.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "tracker.js"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "downloads"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/; object-src 'self'"
}