Quick Shot

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

Qu'est-ce que Quick Shot ?

Quick Shot est une extension Chrome développée par apl7, et sa fonction principale est "Capture screen shots of your web browser and download them automatically.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Quick Shot

Téléchargez les fichiers d'extension Quick Shot 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

                        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.                    

Informations de Base sur l'Extension

Nom Quick Shot Quick Shot
ID gjbpipacodljbejbnggbmcobopdgjlmn
URL Officiel https://chrome.google.com/webstore/detail/quick-shot/gjbpipacodljbejbnggbmcobopdgjlmn
Description Capture screen shots of your web browser and download them automatically.
Taille du Fichier 29.57 KB
Nombre d'Installations 676
Version Actuelle 0.0.1
Dernière Mise à Jour 2015-09-08
Date de Publication 2015-09-08
Évaluation 4.00/5 Total 8 Évaluations
Développeur apl7
Type de Paiement free
Langues Prises en Charge 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!"
    }
}