Computub Screenshotter

The best way to screenshot your browser

Apa itu Computub Screenshotter?

Computub Screenshotter adalah ekstensi Chrome yang dikembangkan oleh https://computub.com, dan fitur utamanya adalah "The best way to screenshot your browser".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Computub Screenshotter

Unduh file ekstensi Computub Screenshotter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Computub Screenshotter Computub Screenshotter
ID ihehfgffeinmbnahpbgecfopcjonejih
URL Resmi https://chromewebstore.google.com/detail/computub-screenshotter/ihehfgffeinmbnahpbgecfopcjonejih
Deskripsi The best way to screenshot your browser
Ukuran File 55.69 KB
Jumlah Instalasi 131
Versi Saat Ini 2.2
Terakhir Diperbarui 2020-07-10
Tanggal Publikasi 2020-04-02
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://computub.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://computub.com/apps
URL Halaman Kebijakan Privasi https://bandev.uk/privacy
Bahasa yang Didukung 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
}