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.

Wat is Screen Capture, Screenshot Full Page PRO?

Screen Capture, Screenshot Full Page PRO is een Chrome-extensie ontwikkeld door ClearApps, en de belangrijkste functie is "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Screen Capture, Screenshot Full Page PRO

Download Screen Capture, Screenshot Full Page PRO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
Officiële URL https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Beschrijving Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Bestandsgrootte 35.97 KB
Aantal Installaties 8,595
Huidige Versie 2.2
Laatst Bijgewerkt 2016-11-04
Publicatiedatum 2016-11-04
Beoordeling 2.82/5 Totaal 33 Beoordelingen
Ontwikkelaar ClearApps
Betalingswijze free
Ondersteunde Talen 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"
    }
}