QShot
Quick way to capture any area in web
Vad är QShot?
QShot är en Chrome-tillägg utvecklad av Risto N, och dess huvudfunktion är "Quick way to capture any area in web".
Tilläggsskärmbilder
Ladda ner QShot-förlängningens CRX-fil
Ladda ner QShot-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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | japnknidaadlnbmhmbcboadkogiglmjd |
| Officiell webbadress | https://chromewebstore.google.com/detail/qshot/japnknidaadlnbmhmbcboadkogiglmjd |
| Beskrivning | Quick way to capture any area in web |
| Filstorlek | 963 KB |
| Antal Installationer | 28 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2015-12-27 |
| Publiceringsdatum | 2015-12-27 |
| Betyg | 3.33/5 Totalt 3 Betyg |
| Utvecklare | Risto N |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/riston/qshot |
| Stödda Språk | 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"
]
} | |