Simple Shot
Saves a PNG screenshot of the current tab.
Simple Shotとは何ですか?
Simple ShotはChris Szuckoによって開発されたChromeの拡張機能で、その主な機能は「Saves a PNG screenshot of the current tab.」です。
拡張機能のスクリーンショット
Simple Shot拡張機能のCRXファイルをダウンロード
Simple Shot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | pdealbbnhcgmlaibjhmppnlflkpcfich |
| 公式URL | https://chromewebstore.google.com/detail/simple-shot/pdealbbnhcgmlaibjhmppnlflkpcfich |
| 説明 | Saves a PNG screenshot of the current tab. |
| ファイルサイズ | 8.65 KB |
| インストール数 | 172 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-03-20 |
| 公開日 | 2016-03-20 |
| 評価 | 3.00/5 合計 1 レビュー |
| 開発者 | Chris Szucko |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"version": "1.0",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"contextMenus",
"downloads"
],
"commands": {
"take-screenshot": {
"description": "__MSG_context_menu_take_screenshot__"
}
},
"icons": {
"16": "assets\/logo16.png",
"48": "assets\/logo48.png",
"128": "assets\/logo128.png"
},
"default_locale": "en",
"manifest_version": 2
} | |