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 |
| 官方網址 | 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
} | |