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.

Hvad er Screen Capture, Screenshot Full Page PRO?

Screen Capture, Screenshot Full Page PRO er en Chrome-udvidelse udviklet af ClearApps, og dens hovedfunktion er "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Screen Capture, Screenshot Full Page PRO-udvidelses-CRX-fil

Download Screen Capture, Screenshot Full Page PRO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
Officiel URL https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Beskrivelse Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Filstørrelse 35.97 KB
Antal Installationer 8,595
Nuværende Version 2.2
Senest Opdateret 2016-11-04
Udgivelsesdato 2016-11-04
Bedømmelse 2.82/5 Samlet 33 Bedømmelser
Udvikler ClearApps
Betalingsmetode free
Understøttede Sprog 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"
    }
}