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.

Τι είναι το Screen Capture, Screenshot Full Page PRO;

Το Screen Capture, Screenshot Full Page PRO είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ClearApps, και η κύρια λειτουργία του είναι "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Screen Capture, Screenshot Full Page PRO

Λήψη αρχείων επέκτασης Screen Capture, Screenshot Full Page PRO σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
Επίσημο URL https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Περιγραφή Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Μέγεθος Αρχείου 35.97 KB
Αριθμός Εγκαταστάσεων 8,595
Τρέχουσα Έκδοση 2.2
Τελευταία Ενημέρωση 2016-11-04
Ημερομηνία Δημοσίευσης 2016-11-04
Αξιολόγηση 2.82/5 Συνολικά 33 Αξιολογήσεις
Προγραμματιστής ClearApps
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}