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!
拡張機能の基本情報
名前 | 1Click Save Screenshot |
ID | olnkhcjfknjcodoclmhfcgklcmjfpale |
公式URL | 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 |
Eメール | [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" } } |