Show a preview for SVG files.

This extension allows the preview of SVG files on Trello

Show a preview for SVG files.คืออะไร?

Show a preview for SVG files. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marcorivm และคุณลักษณะหลักของมันคือ "This extension allows the preview of SVG files on Trello"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show a preview for SVG files.

ดาวน์โหลดไฟล์ส่วนขยาย Show a preview for SVG files. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Show a preview for SVG files. Show a preview for SVG files.
ID gppigcihmfenphmfeklomdpfopfjgdhd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/show-a-preview-for-svg-fi/gppigcihmfenphmfeklomdpfopfjgdhd
คำอธิบาย This extension allows the preview of SVG files on Trello
ขนาดไฟล์ 32.31 KB
จำนวนการติดตั้ง 79
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-11-29
วันที่เผยแพร่ 2014-11-29
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา marcorivm
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/"
    ]
}