SVG Screenshot
Create scalable screenshots.
什么是SVG Screenshot?
SVG Screenshot是由Saad开发的Chrome扩展程序,该扩展的主要功能是“Create scalable screenshots.”。
扩展截图
下载SVG Screenshot扩展crx文件
下载SVG Screenshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Take an SVG screenshot of your tab with just one click. Please note that this extension is still in a very pre-alpha stage and will break often. It will also take some to load as SVGs are CPU intensive, they compute each pixel before storing it.
扩展基本信息
名称 | SVG Screenshot |
ID | dmkjpfgdjiokimcemagieionmjgadjkg |
官方URL | https://chromewebstore.google.com/detail/svg-screenshot/dmkjpfgdjiokimcemagieionmjgadjkg |
简介 | Create scalable screenshots. |
文件大小 | 14.85 KB |
安装次数 | 563 |
当前版本 | 1.0 |
更新时间 | 2020-04-09 |
上架时间 | 2020-04-07 |
评分 | 3.80/5 共5次评分 |
开发者 | Saad |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SVG Screenshot", "description": "Create scalable screenshots.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab", " |