QR SHARE
The user helper program to load a website directly from browser to mobile using QR Code
什麼是QR SHARE?
QR SHARE是由https://aiesys.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“The user helper program to load a website directly from browser to mobile using QR Code”。
擴展截圖
下載QR SHARE擴展crx文件
下載QR SHARE擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
QR Share is a programme which can be used to share the url of the website with the mobile device using QR Code. You can just use any QR Code scanner to get the link. We use google API to generate QR Code. Get your website on your mobile device in the fastest way possible.
擴展基本資訊
名稱 | QR SHARE |
ID | djkhkcefpahcaaedbaknfbcflpkkhcnj |
官方網址 | https://chromewebstore.google.com/detail/qr-share/djkhkcefpahcaaedbaknfbcflpkkhcnj |
簡介 | The user helper program to load a website directly from browser to mobile using QR Code |
檔案大小 | 39.91 KB |
安裝次數 | 103 |
目前版本 | 1.0 |
更新時間 | 2017-07-01 |
上架時間 | 2017-07-01 |
評分 | 1.00/5 共 1 次評分 |
開發者 | https://aiesys.blogspot.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR SHARE", "description": "The user helper program to load a website directly from browser to mobile using QR Code", "version": "1.0", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |