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.

Vad är Screen Capture, Screenshot Full Page PRO?

Screen Capture, Screenshot Full Page PRO är en Chrome-tillägg utvecklad av ClearApps, och dess huvudfunktion är "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Screen Capture, Screenshot Full Page PRO-förlängningens CRX-fil

Ladda ner Screen Capture, Screenshot Full Page PRO-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
Officiell webbadress https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Beskrivning Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Filstorlek 35.97 KB
Antal Installationer 8,595
Aktuell Version 2.2
Senast Uppdaterad 2016-11-04
Publiceringsdatum 2016-11-04
Betyg 2.82/5 Totalt 33 Betyg
Utvecklare ClearApps
Betalningssätt free
Stödda Språk 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"
    }
}