Quick Shot

Capture screen shots of your web browser and download them automatically.

Apa itu Quick Shot?

Quick Shot adalah ekstensi Chrome yang dikembangkan oleh apl7, dan fitur utamanya adalah "Capture screen shots of your web browser and download them automatically.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Quick Shot

Unduh file ekstensi Quick Shot 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

                        Install Quick Shot to easily capture a photo of your browser screen. Simply click the Quick Shot button once and a screenshot will automatically download to your computer.                    

Informasi Dasar Ekstensi

Nama Quick Shot Quick Shot
ID gjbpipacodljbejbnggbmcobopdgjlmn
URL Resmi https://chrome.google.com/webstore/detail/quick-shot/gjbpipacodljbejbnggbmcobopdgjlmn
Deskripsi Capture screen shots of your web browser and download them automatically.
Ukuran File 29.57 KB
Jumlah Instalasi 676
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2015-09-08
Tanggal Publikasi 2015-09-08
Penilaian 4.00/5 Total 8 Penilaian
Pengembang apl7
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Shot",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Capture screen shots of your web browser and download them automatically.",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "capture.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Capture and download screen shots!"
    }
}