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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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\/*"
    ]
}