GitHub Inline SVG
Shows an inline preview of SVG files on GitHub
GitHub Inline SVG là gì?
GitHub Inline SVG là một tiện ích mở rộng Chrome được phát triển bởi Zach Bruggeman, và tính năng chính của nó là "Shows an inline preview of SVG files on GitHub".
Ả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 GitHub Inline SVG
Tải xuống các tệp mở rộng GitHub Inline 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
Shows an inline preview of SVG files on GitHub. You can toggle between viewing the image, or the SVG code. Nifty!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitHub Inline SVG |
ID | jbfbnojdibndlopjgadibhcphchdbfkh |
URL Chính Thức | https://chromewebstore.google.com/detail/github-inline-svg/jbfbnojdibndlopjgadibhcphchdbfkh |
Mô tả | Shows an inline preview of SVG files on GitHub |
Kích Thước Tệp | 10.42 KB |
Số Lần Cài Đặt | 289 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2014-08-26 |
Ngày Phát Hành | 2014-08-26 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Zach Bruggeman |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/remixz/gh-inline-svg |
URL Trang Trợ Giúp | https://github.com/remixz/gh-inline-svg/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Inline SVG", "description": "Shows an inline preview of SVG files on GitHub", "version": "0.0.3", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "index.js" ] } ], "permissions": [ "https:\/\/github.com\/*" ], "icons": { "48": "icon_48.png", "128": "icon_128.png" } } |