QR URL Transfer
Transfer a web page address to a smartphone using QR-code
什麼是QR URL Transfer?
QR URL Transfer是由Eoos Ventures開發的Chrome擴展程式,該擴展的主要功能是“Transfer a web page address to a smartphone using QR-code”。
擴展截圖
下載QR URL Transfer擴展crx文件
下載QR URL Transfer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | QR URL Transfer |
ID | iojkbccgdkfpbffpdbkmahhkigbhhmbn |
官方網址 | https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn |
簡介 | Transfer a web page address to a smartphone using QR-code |
檔案大小 | 63.23 KB |
安裝次數 | 83 |
目前版本 | 0.0.0.1 |
更新時間 | 2018-02-10 |
上架時間 | 2018-02-10 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Eoos Ventures |
付費類型 | free |
支援的語言 | 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" ] } |