Flash 2 Mobile Stores

Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.

Flash 2 Mobile Storesとは何ですか?

Flash 2 Mobile StoresはKevin Campionによって開発されたChromeの拡張機能で、その主な機能は「Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.」です。

拡張機能のスクリーンショット

screenshot

Flash 2 Mobile Stores拡張機能のCRXファイルをダウンロード

Flash 2 Mobile Stores拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.                    

拡張機能の基本情報

名前 Flash 2 Mobile Stores Flash 2 Mobile Stores
ID ghjpblggkpfamlcpjaigedfodjmmoodd
公式URL https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd
説明 Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
ファイルサイズ 46.23 KB
インストール数 40
現在のバージョン 0.1.0
最終更新日 2019-07-20
公開日 2019-07-20
評価 4.00/5 合計 1 レビュー
開発者 Kevin Campion
Eメール [email protected]
支払い方法 free
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "Flash 2 Mobile Stores",
    "description": "__MSG_extDescription__",
    "permissions": [
        "https:\/\/flash2mobile.logriver.io\/"
    ],
    "version": "0.1.0",
    "icons": {
        "128": "assets\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/itunes.apple.com\/*",
                "https:\/\/itunes.apple.com\/*",
                "http:\/\/play.google.com\/*",
                "https:\/\/play.google.com\/*",
                "http:\/\/appstore.com\/*",
                "https:\/\/appstore.com\/*",
                "https:\/\/apps.apple.com\/*"
            ],
            "js": [
                "js\/main.min.js"
            ],
            "css": [
                "css\/style.min.css"
            ]
        }
    ]
}