ClipIt!
An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.
ClipIt! là gì?
ClipIt! là một tiện ích mở rộng Chrome được phát triển bởi Toshik Langade, và tính năng chính của nó là "An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.".
Ả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 ClipIt!
Tải xuống các tệp mở rộng ClipIt! 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
ClipIt is a tool through which users can save texts/notes for future use. Some examples of these texts are delivery tracking information, email IDs, phone numbers etc. How it works? 1. The input text is added in the textfield. After clicking on "Add" button the text will be stored in the browser. 2. With a single left click on a text, it will copy the text to the clipboard. 3. With a single right click on a text, it will copy the text to the clipboard and delete it. To enable/disable dark mode, just click on the header. Is the data safe? Yes. I've used "chrome.storage" API to store and retrieve data. In this data is stored in the user's Google Account and is synced. This also enables the extension to work in sync with other devices having same Google Account.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ClipIt! |
ID | cnfgmphlkgcnlgnfghhmdojllbgcmlfe |
URL Chính Thức | https://chromewebstore.google.com/detail/clipit/cnfgmphlkgcnlgnfghhmdojllbgcmlfe |
Mô tả | An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account. |
Kích Thước Tệp | 18.16 KB |
Số Lần Cài Đặt | 130 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-07-11 |
Ngày Phát Hành | 2021-07-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Toshik Langade |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://toshik.me/clipit/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClipIt!", "description": "An extension which helps in saving texts\/notes for future use. Syncs data across chrome browsers having same Google Account.", "version": "1.0.1", "permissions": [ "storage" ], "browser_action": { "default_icon": "images\/clipboard (4).png", "default_popup": "popup.html" }, "icons": { "128": "logo128.png" }, "manifest_version": 2 } |