Amazon WishList Sum
It shows you a total sum of items in your wishlist on amazon.co.jp. (You have to reload a web page if you want to use this again.)
Amazon WishList Sumคืออะไร?
Amazon WishList Sum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TKS และคุณลักษณะหลักของมันคือ "It shows you a total sum of items in your wishlist on amazon.co.jp. (You have to reload a web page if you want to use this again.)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon WishList Sum
ดาวน์โหลดไฟล์ส่วนขยาย Amazon WishList Sum ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can see the total price in your wishlist without putting them into the cart. Amazonで商品をカートに入れレジに行く前に、合計金額を知りたい時はありませんか? ほしい物リストに入っている商品の合計金額を表示することができます! (You have to reload a web page if you want to use this again.) (同じページで再度使うときはページを一度リロードしてください。) Here is the code: https://github.com/mugi0096/wishlistSum
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ajbgdhggiminjddnpjdcgoconpjgkkfi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-wishlist-sum/ajbgdhggiminjddnpjdcgoconpjgkkfi |
คำอธิบาย | It shows you a total sum of items in your wishlist on amazon.co.jp. (You have to reload a web page if you want to use this again.) |
ขนาดไฟล์ | 4.97 KB |
จำนวนการติดตั้ง | 341 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-12-03 |
วันที่เผยแพร่ | 2021-12-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | TKS |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon WishList Sum", "version": "1.0.0", "manifest_version": 3, "description": "It shows you a total sum of items in your wishlist on amazon.co.jp. (You have to reload a web page if you want to use this again.)", "action": { "default_icon": "icon16.png", "default_title": "\u5408\u8a08\u91d1\u984d" }, "icons": { "16": "icon16.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/www.amazon.co.jp\/*\/wishlist\/*" ] } |