Web Screen Capture
A simple tool to Capture your entire web page for future reference
What is Web Screen Capture?
Web Screen Capture is a Chrome extension developed by xynolabs, and its main feature is "A simple tool to Capture your entire web page for future reference".
Extension Screenshots
Download Web Screen Capture Extension CRX File
Download Web 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
WebPrint allows you to take screenshot of entire web page.
Extension Basic Information
Name | Web Screen Capture |
ID | dkbdngdafgflbkljoladndlfpjpfball |
Official URL | https://chromewebstore.google.com/detail/web-screen-capture/dkbdngdafgflbkljoladndlfpjpfball |
Description | A simple tool to Capture your entire web page for future reference |
File Size | 166 KB |
Installation Count | 7,851 |
Current Version | 0.0.1 |
Last Updated | 2015-12-29 |
Publish Date | 2015-12-29 |
Rating | 3.91/5 Total 34 Ratings |
Developer | xynolabs |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Screen Capture", "version": "0.0.1", "manifest_version": 2, "description": "A simple tool to Capture your entire web page for future reference", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |