Show a preview for SVG files.

This extension allows the preview of SVG files on Trello

Show a preview for SVG files. là gì?

Show a preview for SVG files. là một tiện ích mở rộng Chrome được phát triển bởi marcorivm, và tính năng chính của nó là "This extension allows the preview of SVG files on Trello".

Tải xuống tệp CRX của tiện ích mở rộng Show a preview for SVG files.

Tải xuống các tệp mở rộng Show a preview for SVG files. 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

                        This extension shows a preview for SVG files on Trello. The preview is shown as if the svg file where a normal image.                    

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

Tên Show a preview for SVG files. Show a preview for SVG files.
ID gppigcihmfenphmfeklomdpfopfjgdhd
URL Chính Thức https://chrome.google.com/webstore/detail/show-a-preview-for-svg-fi/gppigcihmfenphmfeklomdpfopfjgdhd
Mô tả This extension allows the preview of SVG files on Trello
Kích Thước Tệp 32.31 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-11-29
Ngày Phát Hành 2014-11-29
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển marcorivm
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show a preview for SVG files.",
    "description": "This extension allows the preview of SVG files on Trello",
    "version": "1.0",
    "page_action": {
        "default_title": "Trello SVG Preview"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "svg.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/trello.com\/"
    ]
}