ClipSync
This extension will help you copy text from all your devices linked to google account.
ClipSync là gì?
ClipSync là một tiện ích mở rộng Chrome được phát triển bởi Abhishek Meharia, và tính năng chính của nó là "This extension will help you copy text from all your devices linked to 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 ClipSync
Tải xuống các tệp mở rộng ClipSync 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
This extension will help you copy text from all your devices linked to google account.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cgnjjecfkjgachdpfbgioofdicllnadc |
URL Chính Thức | https://chrome.google.com/webstore/detail/clipsync/cgnjjecfkjgachdpfbgioofdicllnadc |
Mô tả | This extension will help you copy text from all your devices linked to google account. |
Kích Thước Tệp | 226 KB |
Số Lần Cài Đặt | 121 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2020-08-23 |
Ngày Phát Hành | 2019-12-04 |
Nhà Phát Triển | Abhishek Meharia |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://abhim.in |
URL Trang Trợ Giúp | https://abhim.in |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClipSync", "description": "This extension will help you copy text from all your devices linked to google account.", "version": "2", "icons": { "128": "clipboard.png" }, "browser_action": { "default_icon": "clipboard.png", "default_popup": "credentials.html" }, "background": { "page": "background.html" }, "permissions": [ "identity", "tabs" ], "content_scripts": [ { "matches": [ " |