Explorer Svg

View svg file in your computer

什麼是Explorer Svg?

Explorer Svg是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“View svg file in your computer”。

擴展截圖

screenshot

下載Explorer Svg擴展crx文件

下載Explorer Svg擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Explorer svg lets you see not just svg files as thumbnails but also other unsupported image formats in your browser. Simply Access your local folder as url in browser.

Explorer Path: G:\SaveMyPeople\PaintColors\patterns
in Browser:   file:///G:/SaveMyPeople/PaintColors/patterns/                    

擴展基本資訊

名稱 Explorer Svg Explorer Svg
ID ggkcbiemgdlcempheklmiljdelngeani
官方網址 https://chromewebstore.google.com/detail/explorer-svg/ggkcbiemgdlcempheklmiljdelngeani
簡介 View svg file in your computer
檔案大小 22.61 KB
安裝次數 1,002
目前版本 0.0.1
更新時間 2019-04-10
上架時間 2019-04-10
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Explorer Svg",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "View svg file in your computer",
    "homepage_url": "http:\/\/google.com",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "https:\/\/*\/* "
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "file:\/\/\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}