Quick Shot

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

Vad är Quick Shot?

Quick Shot är en Chrome-tillägg utvecklad av apl7, och dess huvudfunktion är "Capture screen shots of your web browser and download them automatically.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Quick Shot-förlängningens CRX-fil

Ladda ner Quick Shot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Quick Shot Quick Shot
ID gjbpipacodljbejbnggbmcobopdgjlmn
Officiell webbadress https://chrome.google.com/webstore/detail/quick-shot/gjbpipacodljbejbnggbmcobopdgjlmn
Beskrivning Capture screen shots of your web browser and download them automatically.
Filstorlek 29.57 KB
Antal Installationer 676
Aktuell Version 0.0.1
Senast Uppdaterad 2015-09-08
Publiceringsdatum 2015-09-08
Betyg 4.00/5 Totalt 8 Betyg
Utvecklare apl7
Betalningssätt free
Stödda Språk 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!"
    }
}