Amazon Launcher

Turn on 1-click settings to access Amazon.com

Amazon Launcherとは何ですか?

Amazon LauncherはKemal Karadagによって開発されたChromeの拡張機能で、その主な機能は「Turn on 1-click settings to access Amazon.com」です。

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

screenshot
screenshot

Amazon Launcher拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Are you an Amazon Prime power user? If so, enable One Click Launching - spend less time typing and searching, and more time shopping!                    

拡張機能の基本情報

名前 Amazon Launcher Amazon Launcher
ID glcdgpdfodmahlphlhigfkeaaebhooem
公式URL https://chrome.google.com/webstore/detail/amazon-launcher/glcdgpdfodmahlphlhigfkeaaebhooem
説明 Turn on 1-click settings to access Amazon.com
ファイルサイズ 45.8 KB
インストール数 128
現在のバージョン 1.0.0
最終更新日 2016-12-09
公開日 2016-12-09
評価 5.00/5 合計 1 レビュー
開発者 Kemal Karadag
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/i24.png",
            "38": "icons\/i32.png"
        },
        "default_title": "Amazon Launcher"
    },
    "description": "Turn on 1-click settings to access Amazon.com",
    "icons": {
        "128": "icons\/i128.png",
        "16": "icons\/i16.png",
        "48": "icons\/i48.png"
    },
    "manifest_version": 2,
    "name": "Amazon Launcher",
    "permissions": [
        "tabs"
    ],
    "version": "1.0.0"
}