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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
            ]
        }
    ]
}