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.

Co je Screen Capture, Screenshot Full Page PRO?

Screen Capture, Screenshot Full Page PRO je rozšíření Chrome vyvinuté ClearApps, a jeho hlavní funkcí je „Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Screen Capture, Screenshot Full Page PRO

Stáhněte si soubory rozšíření Screen Capture, Screenshot Full Page PRO ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
Oficiální URL https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Popis Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Velikost souboru 35.97 KB
Počet instalací 8,595
Aktuální Verze 2.2
Poslední Aktualizace 2016-11-04
Datum Vydání 2016-11-04
Hodnocení 2.82/5 Celkem 33 Hodnocení
Vývojář ClearApps
Typ Platby free
Podporované Jazyky 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"
    }
}