Capture Full Page
Screen capture your current page in entirety and reliably!
什么是Capture Full Page?
Capture Full Page是由https://www.firstcontact.co开发的Chrome扩展程序,该扩展的主要功能是“Screen capture your current page in entirety and reliably!”。
下载Capture Full Page扩展crx文件
下载Capture Full Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | mgdflkfjmmjefejinkeialjfofpjmibk |
官方URL | https://chromewebstore.google.com/detail/capture-full-page/mgdflkfjmmjefejinkeialjfofpjmibk |
简介 | Screen capture your current page in entirety and reliably! |
文件大小 | 28.59 KB |
安装次数 | 22 |
当前版本 | 1.0.1 |
更新时间 | 2016-10-03 |
上架时间 | 2016-10-03 |
开发者 | https://www.firstcontact.co |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://www.manhattangroup.co/privacy.pdf |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Capture Full Page", "version": "1.0.1", "manifest_version": 2, "description": "Screen capture your current page in entirety and reliably!", "browser_action": { "default_icon": "icon-999.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "permissions": [ "activeTab" ], "icons": { "16": "icon16-999.png", "48": "icon48-999.png", "128": "icon128-999.png" } } |