CopyPaste
The simplest tool for copying from PC to phone
CopyPasteคืออะไร?
CopyPaste เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cp.westkit.org และคุณลักษณะหลักของมันคือ "The simplest tool for copying from PC to phone"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CopyPaste
ดาวน์โหลดไฟล์ส่วนขยาย CopyPaste ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The simplest tool for copying from PC to phone. All you need to do is visit this website. http://cp.westkit.org/ Then pair up with this app using your Facebook account. Done
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CopyPaste |
ID | pibbkpmefjbggajhipoppdcdcakiopmd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copypaste/pibbkpmefjbggajhipoppdcdcakiopmd |
คำอธิบาย | The simplest tool for copying from PC to phone |
ขนาดไฟล์ | 9.42 KB |
จำนวนการติดตั้ง | 366 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-08-05 |
วันที่เผยแพร่ | 2013-08-04 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://cp.westkit.org |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://cp.westkit.org/ |
URL หน้าช่วยเหลือ | http://cp.westkit.org/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CopyPaste", "description": "The simplest tool for copying from PC to phone", "version": "1.0", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "contextMenus", "http:\/\/cp.westkit.org\/" ], "browser_action": { "default_icon": "img\/icon-128.png", "default_popup": "CopyPaste.html", "default_title": "CopyPaste - The simplest tool for copying from PC to phone" } } |