screenie
A tiny extension that takes a full page screenshot in one click.
What is screenie?
screenie is a Chrome extension developed by Arhey, and its main feature is "A tiny extension that takes a full page screenshot in one click.".
Extension Screenshots
Download screenie Extension CRX File
Download screenie 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
- no scrolling - no stitching - no other fancy things It's just takes a screenshot of entire page in one click.
Extension Basic Information
Name | screenie |
ID | cggiknngoincldfgpmlbpdclllbkibbc |
Official URL | https://chromewebstore.google.com/detail/screenie/cggiknngoincldfgpmlbpdclllbkibbc |
Description | A tiny extension that takes a full page screenshot in one click. |
File Size | 306 KB |
Installation Count | 63 |
Current Version | 0.2.1 |
Last Updated | 2023-08-07 |
Publish Date | 2019-09-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Arhey |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/freearhey/screenie |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "screenie", "version": "0.2.1", "manifest_version": 3, "description": "A tiny extension that takes a full page screenshot in one click.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "debugger", "downloads", "tabs" ], "action": { "default_icon": "icons\/icon32.png", "default_title": "Make screenshot" } } |