Ctrl-C
Copy text from phone to your desktop
Ctrl-Cคืออะไร?
Ctrl-C เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Copy text from phone to your desktop"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ctrl-C
ดาวน์โหลดไฟล์ส่วนขยาย Ctrl-C ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is the web client for the android app which lets you copy text from your mobile phone to your computer. And it doesn't require any passwords ,just scan the Qr Code on this extension using the mobile app and you are all set to past and copy from you computer. This is useful especially when you are browsing through an article that you see a sentence that you want on you MS-Word document or otherwise you registered on a website in your computer and the otp gets sent to your phone .Just scan the Qr Code and you are all set to go
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ctrl-C |
ID | ecbbmhjapboknlbhhfnnlabpenjkojli |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ctrl-c/ecbbmhjapboknlbhhfnnlabpenjkojli |
คำอธิบาย | Copy text from phone to your desktop |
ขนาดไฟล์ | 624 KB |
จำนวนการติดตั้ง | 81 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2020-06-12 |
วันที่เผยแพร่ | 2020-06-12 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ctrl-C", "description": "Copy text from phone to your desktop", "version": "0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html", "default_title": "Open App" }, "content_security_policy": "script-src 'self' 'sha256-oXsdgxlwhfOerH3efXcPhXnjbaa6959DMUeatGKUJwA='; object-src 'self'", "permissions": [] } |