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.

Cos'è Screen Capture, Screenshot Full Page PRO?

Screen Capture, Screenshot Full Page PRO è un'estensione di Chrome sviluppata da ClearApps, e la sua funzione principale è "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Screen Capture, Screenshot Full Page PRO

Scarica i file di estensione Screen Capture, Screenshot Full Page PRO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
URL Ufficiale https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Descrizione Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Dimensione del File 35.97 KB
Conteggio Installazioni 8,595
Versione Corrente 2.2
Ultimo Aggiornamento 2016-11-04
Data di Pubblicazione 2016-11-04
Valutazione 2.82/5 Totale 33 Valutazioni
Sviluppatore ClearApps
Tipo di Pagamento free
Lingue Supportate 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"
    }
}