Computub Screenshotter

The best way to screenshot your browser

Vad är Computub Screenshotter?

Computub Screenshotter är en Chrome-tillägg utvecklad av https://computub.com, och dess huvudfunktion är "The best way to screenshot your browser".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Computub Screenshotter-förlängningens CRX-fil

Ladda ner Computub Screenshotter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Computub Screenshotter Computub Screenshotter
ID ihehfgffeinmbnahpbgecfopcjonejih
Officiell webbadress https://chromewebstore.google.com/detail/computub-screenshotter/ihehfgffeinmbnahpbgecfopcjonejih
Beskrivning The best way to screenshot your browser
Filstorlek 55.69 KB
Antal Installationer 131
Aktuell Version 2.2
Senast Uppdaterad 2020-07-10
Publiceringsdatum 2020-04-02
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://computub.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://computub.com/apps
URL till Sekretesspolicy Sidan https://bandev.uk/privacy
Stödda Språk 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
}