Explorer Svg

View svg file in your computer

Qu'est-ce que Explorer Svg ?

Explorer Svg est une extension Chrome développée par Unknown, et sa fonction principale est "View svg file in your computer".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Explorer Svg

Téléchargez les fichiers d'extension Explorer Svg au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Explorer Svg Explorer Svg
ID ggkcbiemgdlcempheklmiljdelngeani
URL Officiel https://chromewebstore.google.com/detail/explorer-svg/ggkcbiemgdlcempheklmiljdelngeani
Description View svg file in your computer
Taille du Fichier 22.61 KB
Nombre d'Installations 1,002
Version Actuelle 0.0.1
Dernière Mise à Jour 2019-04-10
Date de Publication 2019-04-10
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}