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. 擴展基本資訊
| 名稱 | |
| ID | dmkjpfgdjiokimcemagieionmjgadjkg |
| 官方網址 | 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",
" | |