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.

Was ist Screen Capture, Screenshot Full Page PRO?

Screen Capture, Screenshot Full Page PRO ist eine Chrome-Erweiterung, die von ClearApps entwickelt wurde, und ihr Hauptmerkmal ist "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Screen Capture, Screenshot Full Page PRO-Erweiterungs-CRX-Datei herunterladen

Laden Sie Screen Capture, Screenshot Full Page PRO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
Offizielle URL https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Beschreibung Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Dateigröße 35.97 KB
Installationsanzahl 8,595
Aktuelle Version 2.2
Letztes Update 2016-11-04
Veröffentlichungsdatum 2016-11-04
Bewertung 2.82/5 Insgesamt 33 Bewertungen
Entwickler ClearApps
Zahlungsart free
Unterstützte Sprachen 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"
    }
}