Simple Shot
Saves a PNG screenshot of the current tab.
什么是Simple Shot?
Simple Shot是由Chris Szucko开发的Chrome扩展程序,该扩展的主要功能是“Saves a PNG screenshot of the current tab.”。
扩展截图
下载Simple Shot扩展crx文件
下载Simple Shot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | pdealbbnhcgmlaibjhmppnlflkpcfich |
| 官方URL | https://chromewebstore.google.com/detail/simple-shot/pdealbbnhcgmlaibjhmppnlflkpcfich |
| 简介 | Saves a PNG screenshot of the current tab. |
| 文件大小 | 8.65 KB |
| 安装次数 | 172 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-03-20 |
| 上架时间 | 2016-03-20 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | Chris Szucko |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"version": "1.0",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"contextMenus",
"downloads"
],
"commands": {
"take-screenshot": {
"description": "__MSG_context_menu_take_screenshot__"
}
},
"icons": {
"16": "assets\/logo16.png",
"48": "assets\/logo48.png",
"128": "assets\/logo128.png"
},
"default_locale": "en",
"manifest_version": 2
} | |