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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smile Anywhere และคุณลักษณะหลักของมันคือ "Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smile Anywhere

ดาวน์โหลดไฟล์ส่วนขยาย Smile Anywhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}