Explorer Svg
View svg file in your computer
Co je Explorer Svg?
Explorer Svg je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „View svg file in your computer“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Explorer Svg
Stáhněte si soubory rozšíření Explorer Svg ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/
Základní Informace o Rozšíření
Název | Explorer Svg |
ID | ggkcbiemgdlcempheklmiljdelngeani |
Oficiální URL | https://chromewebstore.google.com/detail/explorer-svg/ggkcbiemgdlcempheklmiljdelngeani |
Popis | View svg file in your computer |
Velikost souboru | 22.61 KB |
Počet instalací | 1,002 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2019-04-10 |
Datum Vydání | 2019-04-10 |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |