Capture Full Page
Screen capture your current page in entirety and reliably!
What is Capture Full Page?
Capture Full Page is a Chrome extension developed by https://www.firstcontact.co, and its main feature is "Screen capture your current page in entirety and reliably!".
Download Capture Full Page Extension CRX File
Download Capture Full Page 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 | |
ID | mgdflkfjmmjefejinkeialjfofpjmibk |
Official URL | https://chromewebstore.google.com/detail/capture-full-page/mgdflkfjmmjefejinkeialjfofpjmibk |
Description | Screen capture your current page in entirety and reliably! |
File Size | 28.59 KB |
Installation Count | 22 |
Current Version | 1.0.1 |
Last Updated | 2016-10-03 |
Publish Date | 2016-10-03 |
Developer | https://www.firstcontact.co |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.manhattangroup.co/privacy.pdf |
Supported Languages | 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" } } |