QScreens Capture

Screen capture your current page and show on a QScreen of your choice!

Apa itu QScreens Capture?

QScreens Capture adalah ekstensi Chrome yang dikembangkan oleh manas.products, dan fitur utamanya adalah "Screen capture your current page and show on a QScreen of your choice!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi QScreens Capture

Unduh file ekstensi QScreens Capture 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

                        Screen capture your current page and show on a QScreen of your choice!                    

Informasi Dasar Ekstensi

Nama QScreens Capture QScreens Capture
ID hmngohhnlbaflbigbnnjilmmekaedbbg
URL Resmi https://chrome.google.com/webstore/detail/qscreens-capture/hmngohhnlbaflbigbnnjilmmekaedbbg
Deskripsi Screen capture your current page and show on a QScreen of your choice!
Ukuran File 799 KB
Jumlah Instalasi 22
Versi Saat Ini 1.1.0.0
Terakhir Diperbarui 2014-05-30
Tanggal Publikasi 2014-05-30
Penilaian 5.00/5 Total 1 Penilaian
Pengembang manas.products
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QScreens Capture",
    "version": "1.1.0.0",
    "manifest_version": 2,
    "options_page": "options.html",
    "description": "Screen capture your current page and show on a QScreen of your choice!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "notifications",
        "storage",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}