URL Scanner and QR Codes
Quickly get the Website, Text, Call, Messages on your phones using simple and advanced QR codes features.
URL Scanner and QR Codes là gì?
URL Scanner and QR Codes là một tiện ích mở rộng Chrome được phát triển bởi QuickQRCode, và tính năng chính của nó là "Quickly get the Website, Text, Call, Messages on your phones using simple and advanced QR codes features.".
Ả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 URL Scanner and QR Codes
Tải xuống các tệp mở rộng URL Scanner and QR Codes 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
Have you ever felt the need to quickly open an URL on your smartphone while browsing the page on your desktop or laptop? Entering it manually in your mobile browser address bar, copying and sending it via email or messenger are some of the tedious ways to achieve it. How about a QR code scanner add-on to your chrome browser which embeds the same URL? Use your favorite QR code scanner and open the webpage in your mobile browser. Benefits provided by URL Scanner: # Quick Access # Minimal effort # Save time 1. Add the plugin as a chrome extension. 2. To access the URL on your smart device, click on the plugin icon, a QR code for the current page is shown on the screen. 3. Read the QR code with your smartphone and quickly access the URL in your device with minimal effort.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | URL Scanner and QR Codes |
ID | binplchlokfjknlnakmhdmflkjncfpad |
URL Chính Thức | https://chromewebstore.google.com/detail/url-scanner-and-qr-codes/binplchlokfjknlnakmhdmflkjncfpad |
Mô tả | Quickly get the Website, Text, Call, Messages on your phones using simple and advanced QR codes features. |
Kích Thước Tệp | 91.79 KB |
Số Lần Cài Đặt | 12,253 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2022-08-11 |
Ngày Phát Hành | 2017-06-22 |
Đánh Giá | 3.73/5 Tổng số 30 Đánh Giá |
Nhà Phát Triển | QuickQRCode |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://cloudqrcode.web.app/privacy.htm |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "2.0", "description": "__MSG_appDescription__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |