Full Page Screenshots by IMG42
Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.
What is Full Page Screenshots by IMG42?
Full Page Screenshots by IMG42 is a Chrome extension developed by icodeforlove, and its main feature is "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.".
Extension Screenshots
Download Full Page Screenshots by IMG42 Extension CRX File
Download Full Page Screenshots by IMG42 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
This extension provides three features: - Full page screenshots - Partial page screenshots - Free uncompressed hosting
Extension Basic Information
Name | |
ID | nomdplicjljgmgfbjgfnpdgkjpdphdah |
Official URL | https://chrome.google.com/webstore/detail/full-page-screenshots-by/nomdplicjljgmgfbjgfnpdgkjpdphdah |
Description | Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability. |
File Size | 15.49 KB |
Installation Count | 333 |
Current Version | 1.0.0 |
Last Updated | 2017-07-02 |
Publish Date | 2017-07-02 |
Rating | 2.33/5 Total 3 Ratings |
Developer | icodeforlove |
Payment Type | free |
Extension Website | https://img42.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full Page Screenshots by IMG42", "description": "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.", "manifest_version": 2, "version": "1.0.0", "minimum_chrome_version": "55", "browser_action": { "default_icon": "icons\/38x38.png", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/Selector.js", "scripts\/mousetrap.js", "scripts\/content.js" ], "run_at": "document_end" } ], "icons": { "32": "icons\/38x38.png", "128": "icons\/128x128.png" }, "permissions": [ "tabs", "activeTab", "storage", " |