Make a Screenshot
Easy one click screenshot. The screenshot comes in a new tab.
什么是Make a Screenshot?
Make a Screenshot是由http://earth3dmap.com开发的Chrome扩展程序,该扩展的主要功能是“Easy one click screenshot. The screenshot comes in a new tab.”。
扩展截图
下载Make a Screenshot扩展crx文件
下载Make a Screenshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easy tool to make screenshots.
Just visit a website, click on the Make a Screenshot icon in your Chrome and the screenshot is ready.
It will be visible in a new tab and then you can right-click the picture and save it.
This screenshot extension is very small and quick.
You can test it now.
Thank you!
Make a Screenshot is a snapshot tool and it gives you the easiest way to capture your screen into images. 扩展基本信息
| 名称 | |
| ID | gfpdknjgjlakoegfncghjdggmolfocpa |
| 官方URL | https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa |
| 简介 | Easy one click screenshot. The screenshot comes in a new tab. |
| 文件大小 | 16.64 KB |
| 安装次数 | 77,435 |
| 当前版本 | 1.2 |
| 更新时间 | 2018-07-18 |
| 上架时间 | 2018-07-18 |
| 评分 | 3.72/5 共43次评分 |
| 开发者 | http://earth3dmap.com |
| 付费类型 | free |
| 隐私政策页面URL | http://earth3dmap.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Make a Screenshot",
"version": "1.2",
"description": "Easy one click screenshot. The screenshot comes in a new tab.",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "camera.png",
"default_title": "Make a screenshot!"
},
"permissions": [
"activeTab"
],
"manifest_version": 2
} | |