Simple screenshot
One click is enough!
Simple screenshotとは何ですか?
Simple screenshotはhttps://petasittek.comによって開発されたChromeの拡張機能で、その主な機能は「One click is enough!」です。
拡張機能のスクリーンショット
Simple screenshot拡張機能のCRXファイルをダウンロード
Simple screenshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🚀 How to use ⭐️ Click on the camera icon ⭐️ That's it, done! 🚀 Security and privacy ⭐️ No data are transmitted to anywhere. 🚀 Permissions explained ⭐️ "Manage your downloads": to be able to initiate the download of the screenshot immediately Completely free and with no ads Made with ♥ by Peta Sittek
拡張機能の基本情報
名前 | Simple screenshot |
ID | eggmmlnhnjfadihmbfdkcockbmingemo |
公式URL | https://chromewebstore.google.com/detail/simple-screenshot/eggmmlnhnjfadihmbfdkcockbmingemo |
説明 | One click is enough! |
ファイルサイズ | 10.05 KB |
インストール数 | 10,749 |
現在のバージョン | 2.0.3 |
最終更新日 | 2023-01-19 |
公開日 | 2018-04-20 |
評価 | 5.00/5 合計 17 レビュー |
開発者 | https://petasittek.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.petasittek.com/chrome-extensions-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple screenshot", "description": "One click is enough!", "version": "2.0.3", "icons": { "16": "16.e52722fd.png", "32": "32.00c7fb79.png", "48": "48.de65d008.png", "128": "128.4f6d7314.png" }, "action": { "default_title": "Simple screenshot", "default_icon": { "16": "16.e52722fd.png", "19": "19.3f0bd8a2.png", "24": "24.78022110.png", "32": "32.00c7fb79.png", "38": "38.4e43ac41.png", "48": "48.de65d008.png", "128": "128.4f6d7314.png" } }, "background": { "service_worker": "background.3c2a2d66.js" }, "permissions": [ "activeTab", "downloads", "storage" ] } |