ClipSync
This extension will help you copy text from all your devices linked to google account.
ClipSyncคืออะไร?
ClipSync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abhishek Meharia และคุณลักษณะหลักของมันคือ "This extension will help you copy text from all your devices linked to google account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ClipSync
ดาวน์โหลดไฟล์ส่วนขยาย ClipSync ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will help you copy text from all your devices linked to google account.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cgnjjecfkjgachdpfbgioofdicllnadc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/clipsync/cgnjjecfkjgachdpfbgioofdicllnadc |
คำอธิบาย | This extension will help you copy text from all your devices linked to google account. |
ขนาดไฟล์ | 226 KB |
จำนวนการติดตั้ง | 121 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2020-08-23 |
วันที่เผยแพร่ | 2019-12-04 |
ผู้พัฒนา | Abhishek Meharia |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://abhim.in |
URL หน้าช่วยเหลือ | https://abhim.in |
ภาษาที่รองรับ | 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": [ " |