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
公式URL 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"
            ]
        }
    ]
}