Fast Screenshot
Take a screenshot
What is Fast Screenshot?
Fast Screenshot is a Chrome extension developed by Denys Skychko, and its main feature is "Take a screenshot".
Extension Screenshots
Download Fast Screenshot Extension CRX File
Download Fast Screenshot 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
Quick screenshot of website viewport
Extension Basic Information
Name | Fast Screenshot |
ID | hgpjdhlbmdipmklooeilcjnjikagmkej |
Official URL | https://chromewebstore.google.com/detail/fast-screenshot/hgpjdhlbmdipmklooeilcjnjikagmkej |
Description | Take a screenshot |
File Size | 15.67 KB |
Installation Count | 8,187 |
Current Version | 1.3.0 |
Last Updated | 2023-11-21 |
Publish Date | 2020-03-07 |
Rating | 3.91/5 Total 45 Ratings |
Developer | Denys Skychko |
[email protected] | |
Payment Type | free |
Extension Website | https://skychko.com/ |
Privacy Policy Page URL | https://stopreclame.com/privacy.html |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fast Screenshot", "version": "1.3.0", "manifest_version": 3, "description": "__MSG_ext_description__", "default_locale": "en", "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_popup_title__" }, "options_page": "options.html", "permissions": [ "activeTab", "downloads", "storage" ] } |