OneClick Share Screenshot
The fastest way to share screenshots
OneClick Share Screenshot là gì?
OneClick Share 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 share 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 OneClick Share Screenshot
Tải xuống các tệp mở rộng OneClick Share 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 share a screenshot. ☑ One click, and immediately you get a URL that you can share. ☑ 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 | OneClick Share Screenshot |
ID | bilhmoofdampcoaccakcdelibcaafopm |
URL Chính Thức | https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm |
Mô tả | The fastest way to share screenshots |
Kích Thước Tệp | 58.68 KB |
Số Lần Cài Đặt | 233 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-03-13 |
Ngày Phát Hành | 2018-03-13 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://1ce.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.openscreenshot.com |
URL Trang Trợ Giúp | http://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": "OneClick Share Screenshot", "version": "1.1", "manifest_version": 2, "description": "The fastest way to share screenshots", "homepage_url": "http:\/\/www.openscreenshot.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "activeTab" ], "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Click to share screenshot" } } |