Amazon Smile Redirect

Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…

Amazon Smile Redirectคืออะไร?

Amazon Smile Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sean Sheng และคุณลักษณะหลักของมันคือ "Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…"

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

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

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

                        Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite charitable organization every time you shop!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Amazon Smile Redirect Amazon Smile Redirect
ID hmmobbaahpofombfpcmbpkfiopilacbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazon-smile-redirect/hmmobbaahpofombfpcmbpkfiopilacbi
คำอธิบาย Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…
ขนาดไฟล์ 7.29 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-01-09
วันที่เผยแพร่ 2017-01-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Sean Sheng
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Smile Redirect",
    "version": "1.0",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.amazon.com\/"
    ]
}