Amazon wishlist subtotal

Creates subtotal for wishlist on Amazon

Amazon wishlist subtotalคืออะไร?

Amazon wishlist subtotal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HYUTS และคุณลักษณะหลักของมันคือ "Creates subtotal for wishlist on Amazon"

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

screenshot

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

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

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

                        This extension is to help you from needing to manually add the cost of items in your Amazon wishlist's.
Normally you need to add items to your cart to calculate prices.
The extension will be located at the top right of your screen.
Enjoy!                    

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

ชื่อ Amazon wishlist subtotal Amazon wishlist subtotal
ID oalghggdeaciadklhjomgfbdnpkgaaba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazon-wishlist-subtotal/oalghggdeaciadklhjomgfbdnpkgaaba
คำอธิบาย Creates subtotal for wishlist on Amazon
ขนาดไฟล์ 350 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-12-29
วันที่เผยแพร่ 2020-12-29
ผู้พัฒนา HYUTS
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon wishlist subtotal",
    "version": "1.2",
    "description": "Creates subtotal for wishlist on Amazon",
    "icons": {
        "128": "icon_dark.png"
    },
    "browser_action": {
        "name": "Dollar sign",
        "default_popup": "popup.html",
        "icons": [
            "icon_dark.png"
        ],
        "default_icon": "icon_dark.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/content.js",
                "js\/color_fade.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ]
        }
    ]
}