QShot
Quick way to capture any area in web
什么是QShot?
QShot是由Risto N开发的Chrome扩展程序,该扩展的主要功能是“Quick way to capture any area in web”。
扩展截图
下载QShot扩展crx文件
下载QShot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Capture areas in web browser quickly without using print screen and paint. The extension code is open sourced take a look at https://github.com/riston/qshot.
扩展基本信息
名称 | QShot |
ID | japnknidaadlnbmhmbcboadkogiglmjd |
官方URL | https://chromewebstore.google.com/detail/qshot/japnknidaadlnbmhmbcboadkogiglmjd |
简介 | Quick way to capture any area in web |
文件大小 | 963 KB |
安装次数 | 28 |
当前版本 | 1.3 |
更新时间 | 2015-12-27 |
上架时间 | 2015-12-27 |
评分 | 3.33/5 共3次评分 |
开发者 | Risto N |
付费类型 | free |
扩展官网 | https://github.com/riston/qshot |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QShot", "description": "Quick way to capture any area in web", "version": "1.3", "icons": { "16": "assets\/logo-16.png", "48": "assets\/logo-48.png", "128": "assets\/logo-128.png" }, "browser_action": [], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "background" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "index.html", "bundle.js", "execute.js", "execute-close.js" ] } |