Tap n Buy

Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!

ما هو Tap n Buy؟

Tap n Buy هو إضافة Chrome تم تطويرها بواسطة Staqu Technologies Pvt Ltd، والميزة الرئيسية لها هي "Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tap n Buy

قم بتنزيل ملفات الامتداد Tap n Buy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        You no longer have to worry of increasing prices and endless browsing before buying anything.
Tap n Buy brings discovery, comparison and savings right at your fingertips!                    

معلومات أساسية عن التمديد

الاسم Tap n Buy Tap n Buy
ID jhjmnhhfnnfgdlapgppaompdhhmfkdfa
عنوان URL الرسمي https://chromewebstore.google.com/detail/tap-n-buy/jhjmnhhfnnfgdlapgppaompdhhmfkdfa
الوصف Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!
حجم الملف 329 KB
عدد التثبيتات 41
النسخة الحالية 0.2
آخر تحديث 2017-07-10
تاريخ النشر 2017-07-10
تقييم 5.00/5 مجموع تقييمات 4
المطور Staqu Technologies Pvt Ltd
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tap n Buy",
    "description": "Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_popup": "popup.html",
        "default_title": "Tap n Buy"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "contextMenus",
        "storage",
        "processes"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/style.css",
                "\/static\/css\/custom.css"
            ],
            "js": [
                "\/static\/js\/jquery-3.1.1.min.js",
                "\/static\/js\/jquery-ui.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "\/static\/js\/jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "*",
        "\/static\/*"
    ]
}