Full Page Screen Capture
Screen capture your current page in entirety and reliably!
What is Full Page Screen Capture?
Full Page Screen Capture is a Chrome extension developed by manankhh, and its main feature is "Screen capture your current page in entirety and reliably!".
Download Full Page Screen Capture Extension CRX File
Download Full Page Screen Capture 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 | ololnlcldkdbiigpfgmmabnnegipjepg |
Official URL | https://chrome.google.com/webstore/detail/full-page-screen-capture/ololnlcldkdbiigpfgmmabnnegipjepg |
Description | Screen capture your current page in entirety and reliably! |
File Size | 166 KB |
Installation Count | 430 |
Current Version | 0.0.15 |
Last Updated | 2015-05-01 |
Publish Date | 2015-05-01 |
Rating | 1.33/5 Total 6 Ratings |
Developer | manankhh |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full Page Screen Capture", "version": "0.0.15", "manifest_version": 2, "description": "Screen capture your current page in entirety and reliably!", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |