Computub Screenshotter

The best way to screenshot your browser

What is Computub Screenshotter?

Computub Screenshotter is a Chrome extension developed by https://computub.com, and its main feature is "The best way to screenshot your browser".

Extension Screenshots

screenshot
screenshot
screenshot

Download Computub Screenshotter Extension CRX File

Download Computub Screenshotter 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

                        Computub Screenshotter is a modern and easy way to take a screenshot of any open tab! Just click the camera icon in the top left of your screen to preview your image, and then press the "Download" button to save the image on your computer.

Computub Screenshotter enables you to easily share your screenshot on social media, and the internet by providing you with a full jpeg image file right in your downloads folder.                    

Extension Basic Information

Name Computub Screenshotter Computub Screenshotter
ID ihehfgffeinmbnahpbgecfopcjonejih
Official URL https://chromewebstore.google.com/detail/computub-screenshotter/ihehfgffeinmbnahpbgecfopcjonejih
Description The best way to screenshot your browser
File Size 55.69 KB
Installation Count 131
Current Version 2.2
Last Updated 2020-07-10
Publish Date 2020-04-02
Rating 5.00/5 Total 3 Ratings
Developer https://computub.com
Email [email protected]
Payment Type free
Extension Website https://computub.com/apps
Privacy Policy Page URL https://bandev.uk/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Computub Screenshotter",
    "version": "2.2",
    "description": "The best way to screenshot your browser",
    "offline_enabled": false,
    "homepage_url": "https:\/\/computub.com",
    "icons": {
        "16": "camera.png",
        "24": "camera.png",
        "32": "camera.png",
        "48": "camera.png",
        "128": "camera.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_title": "Screenshot!"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}