Quick Shot

Capture screen shots of your web browser and download them automatically.

Was ist Quick Shot?

Quick Shot ist eine Chrome-Erweiterung, die von apl7 entwickelt wurde, und ihr Hauptmerkmal ist "Capture screen shots of your web browser and download them automatically.".

Erweiterungsscreenshots

screenshot
screenshot

Quick Shot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick Shot-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

                        Install Quick Shot to easily capture a photo of your browser screen. Simply click the Quick Shot button once and a screenshot will automatically download to your computer.                    

Grundlegende Informationen zur Erweiterung

Name Quick Shot Quick Shot
ID gjbpipacodljbejbnggbmcobopdgjlmn
Offizielle URL https://chrome.google.com/webstore/detail/quick-shot/gjbpipacodljbejbnggbmcobopdgjlmn
Beschreibung Capture screen shots of your web browser and download them automatically.
Dateigröße 29.57 KB
Installationsanzahl 676
Aktuelle Version 0.0.1
Letztes Update 2015-09-08
Veröffentlichungsdatum 2015-09-08
Bewertung 4.00/5 Insgesamt 8 Bewertungen
Entwickler apl7
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Shot",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Capture screen shots of your web browser and download them automatically.",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "capture.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Capture and download screen shots!"
    }
}