Page Screen Capture
Page Screen Capture can take a screenshot from webpages. Fast and simple!
什么是Page Screen Capture?
Page Screen Capture是由Video Downloader & Useful Tools开发的Chrome扩展程序,该扩展的主要功能是“Page Screen Capture can take a screenshot from webpages. Fast and simple!”。
扩展截图
下载Page Screen Capture扩展crx文件
下载Page Screen Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Page Screen Capture app takes a screenshot from current websites. Fast and simple page screenshots. HOW IT WORKS • Right-click on the current web page. • Click to 'Page Screen Capture' in the context menu. • Saving a JPG image to your hard disk.
扩展基本信息
名称 | |
ID | jhmboajcpbkdbabknkiplgjjddnfglai |
官方URL | https://chrome.google.com/webstore/detail/page-screen-capture/jhmboajcpbkdbabknkiplgjjddnfglai |
简介 | Page Screen Capture can take a screenshot from webpages. Fast and simple! |
文件大小 | 85.64 KB |
安装次数 | 1,456 |
当前版本 | 1.1.1 |
更新时间 | 2023-01-19 |
上架时间 | 2018-05-17 |
评分 | 3.86/5 共7次评分 |
开发者 | Video Downloader & Useful Tools |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.smart-finder.net/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.1", "name": "Page Screen Capture", "description": "Page Screen Capture can take a screenshot from webpages. Fast and simple!", "background": { "scripts": [ "js\/jquery.js", "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "activeTab", "contextMenus", "downloads" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |