1Click Save Screenshot
The fastest way to Save screenshots
什麼是1Click Save Screenshot?
1Click Save Screenshot是由https://1ce.org開發的Chrome擴展程式,該擴展的主要功能是“The fastest way to Save screenshots”。
擴展截圖
下載1Click Save Screenshot擴展crx文件
下載1Click Save Screenshot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
☑ The fastest way to save screenshots as a file.
☑ One click, and immediately you get a save dialog.
☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source.
☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome.
☑ The extension works on Linux, Mac & Windows platforms.
☑ Everyone get unlimited storage, so don't stop to share screenshots! 擴展基本資訊
| 名稱 | |
| ID | olnkhcjfknjcodoclmhfcgklcmjfpale |
| 官方網址 | https://chromewebstore.google.com/detail/1click-save-screenshot/olnkhcjfknjcodoclmhfcgklcmjfpale |
| 簡介 | The fastest way to Save screenshots |
| 檔案大小 | 54.57 KB |
| 安裝次數 | 808 |
| 目前版本 | 1.4 |
| 更新時間 | 2018-03-13 |
| 上架時間 | 2018-03-13 |
| 評分 | 3.33/5 共 6 次評分 |
| 開發者 | https://1ce.org |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.openscreenshot.com |
| 說明頁面URL | https://www.openscreenshot.com |
| 隱私政策頁面URL | https://www.webpagescreenshot.info/privacy.html |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "1Click Save Screenshot",
"version": "1.4",
"manifest_version": 2,
"description": "The fastest way to Save screenshots",
"homepage_url": "https:\/\/1ce.org",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"jquery.js",
"background.js"
]
},
"permissions": [
"activeTab"
],
"optional_permissions": [
"downloads"
],
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Click to save screenshot"
}
} | |