Amazopen - Right Click Search

Search the selected text on amazon when you right-click.

Amazopen - Right Click Search란 무엇입니까?

Amazopen - Right Click Search은(는) Shopping에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search the selected text on amazon when you right-click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Amazopen - Right Click Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Faster way to search amazon by using the amazon right click search.  No extension permissions needed! 

How to perform a search? 
✜ Select the text
✜ Right click on it
✜ Click on the 'Search Amazon for...'
✜ In the new tab, you will see the results on Amazon.

Amazon Locales Support [ .com | .co.uk | .de | .co.jp | .fr | .ca | .cn | .it | .es | .in | .com.mx | .com.br ]

This add-on is not affiliated with amazon.com                    

확장 프로그램 기본 정보

이름 Amazopen - Right Click Search Amazopen - Right Click Search
ID ehhhlpdgplkjdcgodmkgonnjhpkdiilc
공식 URL https://chromewebstore.google.com/detail/amazopen-right-click-sear/ehhhlpdgplkjdcgodmkgonnjhpkdiilc
설명 Search the selected text on amazon when you right-click.
파일 크기 16.23 KB
설치 횟수 13,090
현재 버전 1.55
최근 업데이트 2023-08-18
출시 날짜 2018-05-27
평점 3.22/5 총 9 개의 평점
개발자 Shopping
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://amazopen.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazopen - Right Click Search",
    "version": "1.55",
    "manifest_version": 2,
    "description": "Search the selected text on amazon when you right-click.",
    "background": {
        "scripts": [
            "search.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}