Screenshot Full Page

A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or…

Was ist Screenshot Full Page?

Screenshot Full Page ist eine Chrome-Erweiterung, die von Rahul Baruri entwickelt wurde, und ihr Hauptmerkmal ist "A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Screenshot Full Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Screenshot Full Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or documents. It has all the essential feature that makes it useful and must have browser application. You can easily capture your screen of different sizes and annotate, edit with a powerful built-in image editor. 

Core features:

✅  Full page screenshot capturing
✅  Capture viewport or visible window
✅  Capture selected area
✅  Copy selected area of screen as image
✅  Annotation with tons of features
✅  Powerful image editor with tons of features
✅  Download Image
✅  High resolutions Screenshot images
✅  Highest degree of accuracy 
✅  Great User Interface

Many more are coming

Made with ❤️ by Rahul Baruri

#screenshot #full screenshot #full page screenshot                    

Grundlegende Informationen zur Erweiterung

Name Screenshot Full Page Screenshot Full Page
ID hhaepbijcbdhljbjocbilefdhnkngehp
Offizielle URL https://chromewebstore.google.com/detail/screenshot-full-page/hhaepbijcbdhljbjocbilefdhnkngehp
Beschreibung A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or…
Dateigröße 432 KB
Installationsanzahl 10,000
Aktuelle Version 1.0.5
Letztes Update 2021-04-19
Veröffentlichungsdatum 2020-08-04
Bewertung 3.55/5 Insgesamt 33 Bewertungen
Entwickler Rahul Baruri
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Full Page",
    "short_name": "Screenshot",
    "offline_enabled": true,
    "version": "1.0.5",
    "manifest_version": 2,
    "author": "Rahul Baruri ",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "",
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "images\/icons\/32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/css\/injectable.css",
        "editor.html"
    ]
}