1Click Save Screenshot
The fastest way to Save screenshots
1Click Save Screenshot là gì?
1Click Save Screenshot là một tiện ích mở rộng Chrome được phát triển bởi https://1ce.org, và tính năng chính của nó là "The fastest way to Save screenshots".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 1Click Save Screenshot
Tải xuống các tệp mở rộng 1Click Save Screenshot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
☑ 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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 1Click Save Screenshot |
ID | olnkhcjfknjcodoclmhfcgklcmjfpale |
URL Chính Thức | https://chromewebstore.google.com/detail/1click-save-screenshot/olnkhcjfknjcodoclmhfcgklcmjfpale |
Mô tả | The fastest way to Save screenshots |
Kích Thước Tệp | 54.57 KB |
Số Lần Cài Đặt | 808 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2018-03-13 |
Ngày Phát Hành | 2018-03-13 |
Đánh Giá | 3.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://1ce.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.openscreenshot.com |
URL Trang Trợ Giúp | https://www.openscreenshot.com |
URL Trang Chính Sách Bảo Mật | https://www.webpagescreenshot.info/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |