One Click Amazon

One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.

One Click Amazonとは何ですか?

One Click Amazonはhttps://ebaygenerator.comによって開発されたChromeの拡張機能で、その主な機能は「One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This app is a shortcut which can be downloaded straight to your desktop bar. This is a FREE extension plugin designed to be convenient and easy to access for all! One download is all you need to access Amazon at any time you wish - all you need to do is simply click on the icon in your tool bar

Amazon is a trademark of Amazon.com, Inc. or its affiliates.                    

拡張機能の基本情報

名前 One Click Amazon One Click Amazon
ID olkolhjiejapjfbkbcfbdfkacamchfko
公式URL https://chrome.google.com/webstore/detail/one-click-amazon/olkolhjiejapjfbkbcfbdfkacamchfko
説明 One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.
ファイルサイズ 36.76 KB
インストール数 27
現在のバージョン 4.0
最終更新日 2018-12-05
公開日 2018-12-05
評価 1.00/5 合計 1 レビュー
開発者 https://ebaygenerator.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Click Amazon",
    "description": "One click to Amazon. Extension will set an icon next to your tabs, once click it redirect to the Amazon.",
    "version": "4.0",
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/ebaygeneraor.com\/*"
    ]
}