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)"입니다.

확장 프로그램 스크린샷

screenshot

QR Code Generator for Google Play™ on Web 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 QR Code Generator for Google Play™ on Web QR Code Generator for Google Play™ on Web
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
이메일 [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"
}