Screenshot

Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.

What is Screenshot?

Screenshot is a Chrome extension developed by BrowserNative, and its main feature is "Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Screenshot Extension CRX File

Download 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

                        Users can select screenshot file format (PNG or JPEG) from the Options. 

After capturing the screenshot, extension saves it. You can opt to see it in a new tab.

Extremely fast, light-weight and privacy friendly extension by BrowserNative.                    

Extension Basic Information

Name Screenshot Screenshot
ID mafopchedjkbgkpbbnbgifaolempmdgh
Official URL https://chromewebstore.google.com/detail/screenshot/mafopchedjkbgkpbbnbgifaolempmdgh
Description Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.
File Size 40.96 KB
Installation Count 8,507
Current Version 0.0.5
Last Updated 2019-11-18
Publish Date 2019-11-12
Rating 4.71/5 Total 35 Ratings
Developer BrowserNative
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/screenshot-extension/
Help Page URL https://browsernative.com/screenshot-extension/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot",
    "description": "Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.",
    "version": "0.0.5",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/128.png",
        "default_title": "Take Screenshot"
    },
    "icons": {
        "48": "static\/48.png",
        "128": "static\/128.png"
    },
    "permissions": [
        "activeTab",
        "downloads"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/browsernative.com\/screenshot-extension\/"
}