1Mobile QR
1Mobile QR
1Mobile QRとは何ですか?
1Mobile QRは1Mobile.comによって開発されたChromeの拡張機能で、その主な機能は「1Mobile QR」です。
拡張機能のスクリーンショット
1Mobile QR拡張機能のCRXファイルをダウンロード
1Mobile QR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1Mobile QR generates QR code that is the current page URL of your Chrome, then you just need to Scan qr code use your phone to open the page or download APKs directly.
拡張機能の基本情報
名前 | 1Mobile QR |
ID | phfialkagiaggadjiamnpkfalklepekf |
公式URL | https://chromewebstore.google.com/detail/1mobile-qr/phfialkagiaggadjiamnpkfalklepekf |
説明 | 1Mobile QR |
ファイルサイズ | 35.22 KB |
インストール数 | 524 |
現在のバージョン | 1.3 |
最終更新日 | 2014-07-15 |
公開日 | 2014-07-15 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | 1Mobile.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.1mobile.com/ |
ヘルプページのURL | http://apk.1mobile.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1Mobile QR", "version": "1.3", "description": "1Mobile QR", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon.png", "default_title": "1Mobile QR", "default_popup": "popup.html" }, "permissions": [ "tabs", "declarativeContent" ], "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |