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 là gì?

Smile Anywhere là một tiện ích mở rộng Chrome được phát triển bởi Smile Anywhere, và tính năng chính của nó là "Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smile Anywhere

Tải xuống các tệp mở rộng Smile Anywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Smile Anywhere Smile Anywhere
ID iecemhejdahkagpehphofmbmeapbcggd
URL Chính Thức https://chromewebstore.google.com/detail/smile-anywhere/iecemhejdahkagpehphofmbmeapbcggd
Mô tả Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile
Kích Thước Tệp 9.94 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 2.7
Cập Nhật Lần Cuối 2017-12-27
Ngày Phát Hành 2017-12-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Smile Anywhere
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}