Screenshot
Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.
什么是Screenshot?
Screenshot是由BrowserNative开发的Chrome扩展程序,该扩展的主要功能是“Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.”。
扩展截图
下载Screenshot扩展crx文件
下载Screenshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Users can select screenshot file format (PNG or JPEG) from the Options. After capturing the screenshot, extension saves it. You can opt to see it in a new tab. Extremely fast, light-weight and privacy friendly extension by BrowserNative.
扩展基本信息
名称 | Screenshot |
ID | mafopchedjkbgkpbbnbgifaolempmdgh |
官方URL | https://chromewebstore.google.com/detail/screenshot/mafopchedjkbgkpbbnbgifaolempmdgh |
简介 | Quickly take screenshot of current tab. Keyboard Commnd: Alt+P. |
文件大小 | 40.96 KB |
安装次数 | 8,507 |
当前版本 | 0.0.5 |
更新时间 | 2019-11-18 |
上架时间 | 2019-11-12 |
评分 | 4.71/5 共35次评分 |
开发者 | BrowserNative |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://browsernative.com/screenshot-extension/ |
帮助页面URL | https://browsernative.com/screenshot-extension/ |
隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screenshot", "description": "Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.", "version": "0.0.5", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "static\/128.png", "default_title": "Take Screenshot" }, "icons": { "48": "static\/48.png", "128": "static\/128.png" }, "permissions": [ "activeTab", "downloads" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+P" } } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "homepage_url": "https:\/\/browsernative.com\/screenshot-extension\/" } |