Explorer Svg
View svg file in your computer
Co to jest Explorer Svg?
Explorer Svg to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „View svg file in your computer”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Explorer Svg
Pobierz pliki rozszerzeń Explorer Svg w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | Explorer Svg |
ID | ggkcbiemgdlcempheklmiljdelngeani |
Oficjalny URL | https://chromewebstore.google.com/detail/explorer-svg/ggkcbiemgdlcempheklmiljdelngeani |
Opis | View svg file in your computer |
Rozmiar pliku | 22.61 KB |
Liczba instalacji | 1,002 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2019-04-10 |
Data Publikacji | 2019-04-10 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |