screenshot
页面长截图浏览器小工具 - VMMask.com
What is screenshot?
screenshot is a Chrome extension developed by fanqieip, and its main feature is "页面长截图浏览器小工具 - VMMask.com".
Extension Screenshots
Download screenshot Extension CRX File
Download screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
帮助用户对基当前浏览的页面进行滚动式的长截屏,并可预览、下载截图,可右键菜单快捷截图
Extension Basic Information
Name | screenshot |
ID | ihibpepjbcahppdceephbdpgflncodce |
Official URL | https://chromewebstore.google.com/detail/screenshot/ihibpepjbcahppdceephbdpgflncodce |
Description | 页面长截图浏览器小工具 - VMMask.com |
File Size | 15.36 KB |
Installation Count | 732 |
Current Version | 1.0.3 |
Last Updated | 2021-09-24 |
Publish Date | 2021-07-19 |
Rating | 4.50/5 Total 2 Ratings |
Developer | fanqieip |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://beiyundata.com/pages/about/protocol.html |
Supported Languages | 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'" } |