Simple Shot

Saves a PNG screenshot of the current tab.

What is Simple Shot?

Simple Shot is a Chrome extension developed by Chris Szucko, and its main feature is "Saves a PNG screenshot of the current tab.".

Extension Screenshots

screenshot

Download Simple Shot Extension CRX File

Download Simple Shot 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

                                            

Extension Basic Information

Name Simple Shot Simple Shot
ID pdealbbnhcgmlaibjhmppnlflkpcfich
Official URL https://chromewebstore.google.com/detail/simple-shot/pdealbbnhcgmlaibjhmppnlflkpcfich
Description Saves a PNG screenshot of the current tab.
File Size 8.65 KB
Installation Count 172
Current Version 1.0
Last Updated 2016-03-20
Publish Date 2016-03-20
Rating 3.00/5 Total 1 Ratings
Developer Chris Szucko
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.0",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "downloads"
    ],
    "commands": {
        "take-screenshot": {
            "description": "__MSG_context_menu_take_screenshot__"
        }
    },
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "default_locale": "en",
    "manifest_version": 2
}