QR Code Generator for Google Play™ on Web
Generate QR Code for installing Android apps on your device while surfing web-based Google Play™ (no sign-in required)
QR Code Generator for Google Play™ on Webとは何ですか?
QR Code Generator for Google Play™ on Webはhttps://www.kupriyanov.comによって開発されたChromeの拡張機能で、その主な機能は「Generate QR Code for installing Android apps on your device while surfing web-based Google Play™ (no sign-in required)」です。
拡張機能のスクリーンショット
QR Code Generator for Google Play™ on Web拡張機能のCRXファイルをダウンロード
QR Code Generator for Google Play™ on Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate QR Code for installing Android apps on your device while surfing web-based Google Play (no sign-in required).
Changes:
v 0.0.9
* updated manifest to v2
v 0.0.7
* Switched to Google Play
v 0.0.6
* Added QR-Code directly into market site 拡張機能の基本情報
| 名前 | |
| ID | klhlhobihlonchbicbgkjdapbbolmmaj |
| 公式URL | https://chromewebstore.google.com/detail/qr-code-generator-for-goo/klhlhobihlonchbicbgkjdapbbolmmaj |
| 説明 | Generate QR Code for installing Android apps on your device while surfing web-based Google Play™ (no sign-in required) |
| ファイルサイズ | 69.63 KB |
| インストール数 | 2,254 |
| 現在のバージョン | 0.0.9 |
| 最終更新日 | 2013-06-29 |
| 公開日 | 2013-06-29 |
| 評価 | 4.37/5 合計 78 レビュー |
| 開発者 | https://www.kupriyanov.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"background": {
"page": "background.html"
},
"content_scripts": [
{
"js": [
"js\/content_script.js"
],
"matches": [
"http:\/\/market.android.com\/details*",
"https:\/\/market.android.com\/details*",
"https:\/\/play.google.com\/store\/apps\/details*"
]
}
],
"description": "Generate QR Code for installing Android apps on your device while surfing web-based Google Play\u2122 (no sign-in required)",
"icons": {
"128": "images\/icon128.png",
"19": "images\/icon19.png",
"24": "images\/icon24.png",
"256": "images\/icon256.png"
},
"name": "QR Code Generator for Google Play\u2122 on Web",
"page_action": {
"default_icon": "images\/icon19.png",
"default_name": "QR Code Generator for Google Play\u2122 on Web",
"popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"tabs"
],
"version": "0.0.9"
} | |