ScanMe
A Chrome extension that you can scan the qr code to open url on you cellphone.
ScanMeคืออะไร?
ScanMe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lerry และคุณลักษณะหลักของมันคือ "A Chrome extension that you can scan the qr code to open url on you cellphone."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScanMe
ดาวน์โหลดไฟล์ส่วนขยาย ScanMe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Chrome extension that you can scan the qr code to open url on you cellphone. 扫描二维码,在你的手机上打开当前网页。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ScanMe |
ID | cchegmecehnbcgpmmnanfmdecgehokch |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/scanme/cchegmecehnbcgpmmnanfmdecgehokch |
คำอธิบาย | A Chrome extension that you can scan the qr code to open url on you cellphone. |
ขนาดไฟล์ | 14.63 KB |
จำนวนการติดตั้ง | 76 |
เวอร์ชันปัจจุบัน | 0.0.8 |
อัปเดตครั้งล่าสุด | 2015-01-09 |
วันที่เผยแพร่ | 2015-01-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Lerry |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/lerry/ScanMe |
URL หน้าช่วยเหลือ | https://github.com/lerry/ScanMe |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.8", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "128": "images\/icon-128.png" }, "default_locale": "en", "browser_action": { "default_icon": { "128": "images\/icon-128.png" }, "default_title": "ScanMe", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |