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はStaqu Technologies Pvt Ltdによって開発されたChromeの拡張機能で、その主な機能は「Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Tap n Buy拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}