QR URL Transfer
Transfer a web page address to a smartphone using QR-code
QR URL Transfer là gì?
QR URL Transfer là một tiện ích mở rộng Chrome được phát triển bởi Eoos Ventures, và tính năng chính của nó là "Transfer a web page address to a smartphone using QR-code".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng QR URL Transfer
Tải xuống các tệp mở rộng QR URL Transfer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Tired of typing? This small extension enables you to share the URL of the current web page to your smartphone or any other device that can process QR codes. Instructions: browse to the web address which you want to share, click the QR icon, scan the generated QR code with the QR app on your smartphone.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QR URL Transfer |
ID | iojkbccgdkfpbffpdbkmahhkigbhhmbn |
URL Chính Thức | https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn |
Mô tả | Transfer a web page address to a smartphone using QR-code |
Kích Thước Tệp | 63.23 KB |
Số Lần Cài Đặt | 83 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2018-02-10 |
Ngày Phát Hành | 2018-02-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Eoos Ventures |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR URL Transfer", "description": "Transfer a web page address to a smartphone using QR-code", "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "hello.html", "default_icon": "16-icon.png" }, "icons": { "16": "16-icon.png", "48": "48-icon.png", "128": "128-icon.png" }, "permissions": [ "activeTab" ] } |