Screen Capture, Screenshot Full Page PRO

Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.

Apa itu Screen Capture, Screenshot Full Page PRO?

Screen Capture, Screenshot Full Page PRO adalah ekstensi Chrome yang dikembangkan oleh ClearApps, dan fitur utamanya adalah "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Screen Capture, Screenshot Full Page PRO

Unduh file ekstensi Screen Capture, Screenshot Full Page PRO 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 and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.                    

Informasi Dasar Ekstensi

Nama Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
URL Resmi https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Deskripsi Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Ukuran File 35.97 KB
Jumlah Instalasi 8,595
Versi Saat Ini 2.2
Terakhir Diperbarui 2016-11-04
Tanggal Publikasi 2016-11-04
Penilaian 2.82/5 Total 33 Penilaian
Pengembang ClearApps
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen Capture, Screenshot Full Page PRO",
    "version": "2.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Download Screen shot of Selected Area or Entire Page of websites"
    }
}