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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |