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 to jest Screen Capture, Screenshot Full Page PRO?

Screen Capture, Screenshot Full Page PRO to rozszerzenie Chrome opracowane przez ClearApps, a jego główną funkcją jest „Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Screen Capture, Screenshot Full Page PRO

Pobierz pliki rozszerzeń Screen Capture, Screenshot Full Page PRO w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
Oficjalny URL https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Opis Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Rozmiar pliku 35.97 KB
Liczba instalacji 8,595
Aktualna Wersja 2.2
Ostatnia Aktualizacja 2016-11-04
Data Publikacji 2016-11-04
Ocena 2.82/5 Łącznie 33 Oceny
Deweloper ClearApps
Typ Płatności free
Obsługiwane Języki 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"
    }
}