QRLink
Generate QR code for any page to allow link sharing from browser to other devices.
什麼是QRLink?
QRLink是由Rafik Tighilt開發的Chrome擴展程式,該擴展的主要功能是“Generate QR code for any page to allow link sharing from browser to other devices.”。
擴展截圖
下載QRLink擴展crx文件
下載QRLink擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
QRL (for QR link) allows you to quickly share links between your browser window and your devices (mobile, tablets etc...). Just click on the extension button and scan the QR code to open it on your phone.
擴展基本資訊
名稱 | QRLink |
ID | lehfdkbjieiagnjphoijdnmoknhegigg |
官方網址 | https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg |
簡介 | Generate QR code for any page to allow link sharing from browser to other devices. |
檔案大小 | 96.83 KB |
安裝次數 | 52 |
目前版本 | 1.0 |
更新時間 | 2017-10-03 |
上架時間 | 2017-10-03 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Rafik Tighilt |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QRLink", "short_name": "QRL", "description": "Generate QR code for any page to allow link sharing from browser to other devices.", "version": "1.0", "author": "Rafik TIGHILT", "browser_action": { "default_icon": "icon32.png", "default_popup": "popup.html", "default_title": "Generate QRCode for this page" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |