1-Click Screenshot
1-Click Screenshot | 1-Click Solution
What is 1-Click Screenshot?
1-Click Screenshot is a Chrome extension developed by rvkantpujari, and its main feature is "1-Click Screenshot | 1-Click Solution".
Extension Screenshots
Download 1-Click Screenshot Extension CRX File
Download 1-Click 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
Are you bored of monotonous process of taking screenshot of your browser screen? Here is the 1-Click Solution for this problem. Add this extension and take screenshot with 1-click. Very helpful for students for taking screenshots of their web projects.
Extension Basic Information
Name | 1-Click Screenshot |
ID | mdahmcpehfpkbafiffcncggapibmfmkm |
Official URL | https://chromewebstore.google.com/detail/1-click-screenshot/mdahmcpehfpkbafiffcncggapibmfmkm |
Description | 1-Click Screenshot | 1-Click Solution |
File Size | 20.28 KB |
Installation Count | 20 |
Current Version | 1.0.1 |
Last Updated | 2020-06-27 |
Publish Date | 2020-06-27 |
Developer | rvkantpujari |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "1-Click Screenshot", "version": "1.0.1", "description": "1-Click Screenshot | 1-Click Solution", "icons": { "128": "camera_128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "camera.png", "default_title": "Take a screen shot!" }, "permissions": [ "activeTab" ] } |