Simple Screenshot
Take a screenshot of current tab
什么是Simple Screenshot?
Simple Screenshot是由julien.garniaux开发的Chrome扩展程序,该扩展的主要功能是“Take a screenshot of current tab”。
扩展截图
下载Simple Screenshot扩展crx文件
下载Simple Screenshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Take a simple screenshot of the current tab.
You can download and export the picture. 扩展基本信息
| 名称 | |
| ID | gplklnfnglehpidkjmiahfcjbpnimkkm |
| 官方URL | https://chromewebstore.google.com/detail/simple-screenshot/gplklnfnglehpidkjmiahfcjbpnimkkm |
| 简介 | Take a screenshot of current tab |
| 文件大小 | 36.07 KB |
| 安装次数 | 598 |
| 当前版本 | 1.1 |
| 更新时间 | 2014-12-02 |
| 上架时间 | 2014-12-02 |
| 评分 | 3.00/5 共3次评分 |
| 开发者 | julien.garniaux |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simple Screenshot",
"version": "1.1",
"description": "Take a screenshot of current tab",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Screenshot"
},
"permissions": [
"activeTab"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |