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 |
公式URL | 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\/" ] } |