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?
URL Scanner and QR Codes是由QuickQRCode開發的Chrome擴展程式,該擴展的主要功能是“Quickly get the Website, Text, Call, Messages on your phones using simple and advanced QR codes features.”。
擴展截圖
下載URL Scanner and QR Codes擴展crx文件
下載URL Scanner and QR Codes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | URL Scanner and QR Codes |
ID | binplchlokfjknlnakmhdmflkjncfpad |
官方網址 | https://chromewebstore.google.com/detail/url-scanner-and-qr-codes/binplchlokfjknlnakmhdmflkjncfpad |
簡介 | Quickly get the Website, Text, Call, Messages on your phones using simple and advanced QR codes features. |
檔案大小 | 91.79 KB |
安裝次數 | 12,253 |
目前版本 | 2.0 |
更新時間 | 2022-08-11 |
上架時間 | 2017-06-22 |
評分 | 3.73/5 共 30 次評分 |
開發者 | QuickQRCode |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://cloudqrcode.web.app/privacy.htm |
支援的語言 | 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" ] } |