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.

Qu'est-ce que Screen Capture, Screenshot Full Page PRO ?

Screen Capture, Screenshot Full Page PRO est une extension Chrome développée par ClearApps, et sa fonction principale est "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Screen Capture, Screenshot Full Page PRO

Téléchargez les fichiers d'extension Screen Capture, Screenshot Full Page PRO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
URL Officiel https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Description Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Taille du Fichier 35.97 KB
Nombre d'Installations 8,595
Version Actuelle 2.2
Dernière Mise à Jour 2016-11-04
Date de Publication 2016-11-04
Évaluation 2.82/5 Total 33 Évaluations
Développeur ClearApps
Type de Paiement free
Langues Prises en Charge 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"
    }
}