Linora - Share links from computer to mobile
Share links easily from computer to mobile
Linora - Share links from computer to mobileคืออะไร?
Linora - Share links from computer to mobile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arun Yokesh และคุณลักษณะหลักของมันคือ "Share links easily from computer to mobile"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linora - Share links from computer to mobile
ดาวน์โหลดไฟล์ส่วนขยาย Linora - Share links from computer to mobile ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Send Links between your computer and phone in one tap. Linora is 100% FREE app that helps you send links between your phone and computer easily and in the fastest way. So, no more copy links to gmail or Google Notes or whatsapping to friends just to get it on your computer. Download the Android Application from here : https://play.google.com/store/apps/details?id=com.amp.passlink
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lgjialkebobgcbdbkafjmcgfeelclcpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/linora-share-links-from-c/lgjialkebobgcbdbkafjmcgfeelclcpb |
คำอธิบาย | Share links easily from computer to mobile |
ขนาดไฟล์ | 214 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2021-12-14 |
วันที่เผยแพร่ | 2018-11-10 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Arun Yokesh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linora - Share links from computer to mobile", "version": "1.1", "description": "Share links easily from computer to mobile", "permissions": [ "storage", "tabs", "gcm", "https:\/\/ribbon-peak.glitch.me\/" ], "manifest_version": 2, "background": { "scripts": [ "src\/js\/jquery.min.js", "src\/js\/qrcode.min.js", "src\/js\/index.js" ] }, "browser_action": { "default_title": "Share Links", "default_popup": "src\/html\/popup.html" } } |