QShot

Quick way to capture any area in web

Wat is QShot?

QShot is een Chrome-extensie ontwikkeld door Risto N, en de belangrijkste functie is "Quick way to capture any area in web".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie QShot

Download QShot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Capture areas in web browser quickly without using print screen and paint.

The extension code is open sourced take a look at https://github.com/riston/qshot.                    

Basisinformatie over de Extensie

Naam QShot QShot
ID japnknidaadlnbmhmbcboadkogiglmjd
Officiële URL https://chromewebstore.google.com/detail/qshot/japnknidaadlnbmhmbcboadkogiglmjd
Beschrijving Quick way to capture any area in web
Bestandsgrootte 963 KB
Aantal Installaties 28
Huidige Versie 1.3
Laatst Bijgewerkt 2015-12-27
Publicatiedatum 2015-12-27
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Risto N
Betalingswijze free
Extensiewebsite https://github.com/riston/qshot
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QShot",
    "description": "Quick way to capture any area in web",
    "version": "1.3",
    "icons": {
        "16": "assets\/logo-16.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "bundle.js",
        "execute.js",
        "execute-close.js"
    ]
}