Explorer Svg
View svg file in your computer
Explorer Svg là gì?
Explorer Svg là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "View svg file in your computer".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Explorer Svg
Tải xuống các tệp mở rộng Explorer Svg dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Explorer Svg |
ID | ggkcbiemgdlcempheklmiljdelngeani |
URL Chính Thức | https://chromewebstore.google.com/detail/explorer-svg/ggkcbiemgdlcempheklmiljdelngeani |
Mô tả | View svg file in your computer |
Kích Thước Tệp | 22.61 KB |
Số Lần Cài Đặt | 1,002 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2019-04-10 |
Ngày Phát Hành | 2019-04-10 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |