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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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