Save SVG
This extension saves SVG
什么是Save SVG?
Save SVG是由http://jentagawa.hatenablog.com开发的Chrome扩展程序,该扩展的主要功能是“This extension saves SVG”。
下载Save SVG扩展crx文件
下载Save SVG扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
you can download SVG images used in the page. 扩展基本信息
| 名称 | |
| ID | mmomigcbjkbjgamfnajippcigmmhjbgj |
| 官方URL | https://chrome.google.com/webstore/detail/save-svg/mmomigcbjkbjgamfnajippcigmmhjbgj |
| 简介 | This extension saves SVG |
| 文件大小 | 43.27 KB |
| 安装次数 | 340 |
| 当前版本 | 2.4.4 |
| 更新时间 | 2018-01-10 |
| 上架时间 | 2018-01-10 |
| 开发者 | http://jentagawa.hatenablog.com |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Save SVG",
"description": "This extension saves SVG",
"version": "2.4.4",
"manifest_version": 2,
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/icon_19.png",
"38": "images\/icon_38.png"
},
"default_title": "Save SVG"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
}
} | |