Smile Anywhere

Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile

Smile Anywhere란 무엇입니까?

Smile Anywhere은(는) Smile Anywhere에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile"입니다.

확장 프로그램 스크린샷

screenshot

Smile Anywhere 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This tool automatically uses AmazonSmile, which - at no cost to you - supports a charity of your choice every time you shop with Amazon! Find out more at https://smile.amazon.com/about

No permissions required!



AmazonSmile and Amazon are trademarks of Amazon.com, Inc. or its affiliates. This extension is supported by the use of Amazon affiliate links.                    

확장 프로그램 기본 정보

이름 Smile Anywhere Smile Anywhere
ID iecemhejdahkagpehphofmbmeapbcggd
공식 URL https://chromewebstore.google.com/detail/smile-anywhere/iecemhejdahkagpehphofmbmeapbcggd
설명 Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile
파일 크기 9.94 KB
설치 횟수 10
현재 버전 2.7
최근 업데이트 2017-12-27
출시 날짜 2017-12-27
평점 5.00/5 총 2 개의 평점
개발자 Smile Anywhere
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smile Anywhere",
    "version": "2.7",
    "manifest_version": 2,
    "description": "Simply highlight any word or phrase, right-click it, and select \"Search Amazon for...\" to begin a product search on AmazonSmile",
    "icons": {
        "16": "icons\/icon16.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "48": "icons\/icon48.png"
        },
        "default_title": "Amazon"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}