QShot
Quick way to capture any area in web
QShotとは何ですか?
QShotはRisto Nによって開発されたChromeの拡張機能で、その主な機能は「Quick way to capture any area in web」です。
拡張機能のスクリーンショット
QShot拡張機能のCRXファイルをダウンロード
QShot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | japnknidaadlnbmhmbcboadkogiglmjd |
| 公式URL | https://chromewebstore.google.com/detail/qshot/japnknidaadlnbmhmbcboadkogiglmjd |
| 説明 | Quick way to capture any area in web |
| ファイルサイズ | 963 KB |
| インストール数 | 28 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2015-12-27 |
| 公開日 | 2015-12-27 |
| 評価 | 3.33/5 合計 3 レビュー |
| 開発者 | Risto N |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/riston/qshot |
| 対応言語 | 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"
]
} | |