QShot
Quick way to capture any area in web
Qu'est-ce que QShot ?
QShot est une extension Chrome développée par Risto N, et sa fonction principale est "Quick way to capture any area in web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QShot
Téléchargez les fichiers d'extension QShot 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
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.
Informations de Base sur l'Extension
Nom | QShot |
ID | japnknidaadlnbmhmbcboadkogiglmjd |
URL Officiel | https://chromewebstore.google.com/detail/qshot/japnknidaadlnbmhmbcboadkogiglmjd |
Description | Quick way to capture any area in web |
Taille du Fichier | 963 KB |
Nombre d'Installations | 28 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2015-12-27 |
Date de Publication | 2015-12-27 |
Évaluation | 3.33/5 Total 3 Évaluations |
Développeur | Risto N |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/riston/qshot |
Langues Prises en Charge | 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" ] } |