Explorer Svg
View svg file in your computer
Cos'è Explorer Svg?
Explorer Svg è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "View svg file in your computer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Explorer Svg
Scarica i file di estensione Explorer Svg in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Explorer Svg |
ID | ggkcbiemgdlcempheklmiljdelngeani |
URL Ufficiale | https://chromewebstore.google.com/detail/explorer-svg/ggkcbiemgdlcempheklmiljdelngeani |
Descrizione | View svg file in your computer |
Dimensione del File | 22.61 KB |
Conteggio Installazioni | 1,002 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2019-04-10 |
Data di Pubblicazione | 2019-04-10 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |