Computub Screenshotter

The best way to screenshot your browser

Co je Computub Screenshotter?

Computub Screenshotter je rozšíření Chrome vyvinuté https://computub.com, a jeho hlavní funkcí je „The best way to screenshot your browser“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Computub Screenshotter

Stáhněte si soubory rozšíření Computub Screenshotter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Computub Screenshotter Computub Screenshotter
ID ihehfgffeinmbnahpbgecfopcjonejih
Oficiální URL https://chromewebstore.google.com/detail/computub-screenshotter/ihehfgffeinmbnahpbgecfopcjonejih
Popis The best way to screenshot your browser
Velikost souboru 55.69 KB
Počet instalací 131
Aktuální Verze 2.2
Poslední Aktualizace 2020-07-10
Datum Vydání 2020-04-02
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://computub.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://computub.com/apps
URL Stránky Zásad Ochrany Soukromí https://bandev.uk/privacy
Podporované Jazyky 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
}