Browser to Phone(by QRCode)
Let url/text/image from browser to phone by qrcode.
Browser to Phone(by QRCode)คืออะไร?
Browser to Phone(by QRCode) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/zhucai และคุณลักษณะหลักของมันคือ "Let url/text/image from browser to phone by qrcode."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser to Phone(by QRCode)
ดาวน์โหลดไฟล์ส่วนขยาย Browser to Phone(by QRCode) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It can build QRCode quickly, because it build QRCode at local and doesn't need network.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Browser to Phone(by QRCode) |
ID | eoigbcfpoheelamphjcmhdpjpgefefoi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/browser-to-phoneby-qrcode/eoigbcfpoheelamphjcmhdpjpgefefoi |
คำอธิบาย | Let url/text/image from browser to phone by qrcode. |
ขนาดไฟล์ | 53.66 KB |
จำนวนการติดตั้ง | 261 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2013-09-29 |
วันที่เผยแพร่ | 2013-09-29 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://sites.google.com/site/zhucai |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon38.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_extDes__", "icons": { "16": "icon16.png", "128": "icon128.png" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "contextMenus", "tabs" ], "version": "1.0.1" } |