QShot

Quick way to capture any area in web

Apa itu QShot?

QShot adalah ekstensi Chrome yang dikembangkan oleh Risto N, dan fitur utamanya adalah "Quick way to capture any area in web".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi QShot

Unduh file ekstensi QShot 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

                        Capture areas in web browser quickly without using print screen and paint.

The extension code is open sourced take a look at https://github.com/riston/qshot.                    

Informasi Dasar Ekstensi

Nama QShot QShot
ID japnknidaadlnbmhmbcboadkogiglmjd
URL Resmi https://chromewebstore.google.com/detail/qshot/japnknidaadlnbmhmbcboadkogiglmjd
Deskripsi Quick way to capture any area in web
Ukuran File 963 KB
Jumlah Instalasi 28
Versi Saat Ini 1.3
Terakhir Diperbarui 2015-12-27
Tanggal Publikasi 2015-12-27
Penilaian 3.33/5 Total 3 Penilaian
Pengembang Risto N
Tipe Pembayaran free
Situs Ekstensi https://github.com/riston/qshot
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QShot",
    "description": "Quick way to capture any area in web",
    "version": "1.3",
    "icons": {
        "16": "assets\/logo-16.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "bundle.js",
        "execute.js",
        "execute-close.js"
    ]
}