Simple Screenshot
Take a screenshot of current tab
What is Simple Screenshot?
Simple Screenshot is a Chrome extension developed by julien.garniaux, and its main feature is "Take a screenshot of current tab".
Extension Screenshots
Download Simple Screenshot Extension CRX File
Download Simple 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
Take a simple screenshot of the current tab. You can download and export the picture.
Extension Basic Information
Name | Simple Screenshot |
ID | gplklnfnglehpidkjmiahfcjbpnimkkm |
Official URL | https://chromewebstore.google.com/detail/simple-screenshot/gplklnfnglehpidkjmiahfcjbpnimkkm |
Description | Take a screenshot of current tab |
File Size | 36.07 KB |
Installation Count | 598 |
Current Version | 1.1 |
Last Updated | 2014-12-02 |
Publish Date | 2014-12-02 |
Rating | 3.00/5 Total 3 Ratings |
Developer | julien.garniaux |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Screenshot", "version": "1.1", "description": "Take a screenshot of current tab", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Screenshot" }, "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |