Glyph Imager - turn glyphs to images

Turn any font glyph into a png image

Glyph Imager - turn glyphs to images là gì?

Glyph Imager - turn glyphs to images là một tiện ích mở rộng Chrome được phát triển bởi https://glyphimager.cookietroll.com, và tính năng chính của nó là "Turn any font glyph into a png image".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Glyph Imager - turn glyphs to images

Tải xuống các tệp mở rộng Glyph Imager - turn glyphs to images dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Glyph Imager - turn glyphs to images Glyph Imager - turn glyphs to images
ID onompcbgalpcjcogebjpnphokjicbneh
URL Chính Thức https://chromewebstore.google.com/detail/glyph-imager-turn-glyphs/onompcbgalpcjcogebjpnphokjicbneh
Mô tả Turn any font glyph into a png image
Kích Thước Tệp 69.37 KB
Số Lần Cài Đặt 276
Phiên Bản Hiện Tại 0.0.10
Cập Nhật Lần Cuối 2015-01-03
Ngày Phát Hành 2015-01-03
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://glyphimager.cookietroll.com
Loại Thanh Toán free
Trang Web Mở Rộng http://glyphimager.cookietroll.com/
Ngôn Ngữ Được Hỗ Trợ 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'"
}