Computub Screenshotter

The best way to screenshot your browser

Wat is Computub Screenshotter?

Computub Screenshotter is een Chrome-extensie ontwikkeld door https://computub.com, en de belangrijkste functie is "The best way to screenshot your browser".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Computub Screenshotter

Download Computub Screenshotter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Computub Screenshotter Computub Screenshotter
ID ihehfgffeinmbnahpbgecfopcjonejih
Officiële URL https://chromewebstore.google.com/detail/computub-screenshotter/ihehfgffeinmbnahpbgecfopcjonejih
Beschrijving The best way to screenshot your browser
Bestandsgrootte 55.69 KB
Aantal Installaties 131
Huidige Versie 2.2
Laatst Bijgewerkt 2020-07-10
Publicatiedatum 2020-04-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://computub.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://computub.com/apps
URL van de Privacybeleid Pagina https://bandev.uk/privacy
Ondersteunde Talen 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
}