The QRL Extension
URL to QR code developed for easy transfer of sites from Computer to mobile.
什麼是The QRL Extension?
The QRL Extension是由RohanDengle開發的Chrome擴展程式,該擴展的主要功能是“URL to QR code developed for easy transfer of sites from Computer to mobile.”。
擴展截圖
下載The QRL Extension擴展crx文件
下載The QRL Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The QRL Extension has been launched to scan the links on your PC to your mobile and check it on the move. This is to make your life easy and quite accessible to the links which you are viewing on your big screen. Instead of copying the link, pasting, and sending, you just scan it without any obstacle and send. Here's to making life easy and smart!
擴展基本資訊
名稱 | |
ID | gabgbddcoappkaagcaiodjpgcnoifklm |
官方網址 | https://chromewebstore.google.com/detail/the-qrl-extension/gabgbddcoappkaagcaiodjpgcnoifklm |
簡介 | URL to QR code developed for easy transfer of sites from Computer to mobile. |
檔案大小 | 18.13 KB |
安裝次數 | 57 |
目前版本 | 1.0 |
更新時間 | 2020-08-10 |
上架時間 | 2020-08-10 |
評分 | 5.00/5 共 9 次評分 |
開發者 | RohanDengle |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The QRL Extension", "description": "URL to QR code developed for easy transfer of sites from Computer to mobile.", "version": "1.0", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "permissions": [ "activeTab" ], "offline_enabled": true, "browser_action": { "default_icon": "16x16.png", "default_popup": "popup.html" } } |