screenshot
页面长截图浏览器小工具 - VMMask.com
什么是screenshot?
screenshot是由fanqieip开发的Chrome扩展程序,该扩展的主要功能是“页面长截图浏览器小工具 - VMMask.com”。
扩展截图
下载screenshot扩展crx文件
下载screenshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
帮助用户对基当前浏览的页面进行滚动式的长截屏,并可预览、下载截图,可右键菜单快捷截图
扩展基本信息
名称 | screenshot |
ID | ihibpepjbcahppdceephbdpgflncodce |
官方URL | https://chromewebstore.google.com/detail/screenshot/ihibpepjbcahppdceephbdpgflncodce |
简介 | 页面长截图浏览器小工具 - VMMask.com |
文件大小 | 15.36 KB |
安装次数 | 732 |
当前版本 | 1.0.3 |
更新时间 | 2021-09-24 |
上架时间 | 2021-07-19 |
评分 | 4.50/5 共2次评分 |
开发者 | fanqieip |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://beiyundata.com/pages/about/protocol.html |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "\u9875\u9762\u957f\u622a\u56fe\u6d4f\u89c8\u5668\u5c0f\u5de5\u5177 - VMMask.com", "version": "1.0.3", "manifest_version": 2, "name": "screenshot", "browser_action": { "browser_style": false, "default_title": "Screenshot", "default_popup": "popup.html", "default_icon": "icons\/icon-34.png" }, "background": { "persistent": false, "scripts": [ "background.bundle.js" ] }, "permissions": [ "activeTab", "tabs", "contextMenus" ], "icons": { "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |