Shopping Buddy

Shop the web smarter

Shopping Buddyとは何ですか?

Shopping Buddyはgrnadavによって開発されたChromeの拡張機能で、その主な機能は「Shop the web smarter」です。

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

screenshot

Shopping Buddy拡張機能のCRXファイルをダウンロード

Shopping Buddy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shop the web smarter with Shopping Buddy!

Get notified when the page you're viewing has links to Amazon.
No need to look for those dodgy links - they're right there, with full product description, reviews and price, in the app!

When you go over with your mouse on such links, you also get this immediate insight! no need to go out to amazon to see the full details!

Isn't that convenient?!                    

拡張機能の基本情報

名前 Shopping Buddy Shopping Buddy
ID hoebgaopkioeocplbjpgpeplnfcmhmia
公式URL https://chromewebstore.google.com/detail/shopping-buddy/hoebgaopkioeocplbjpgpeplnfcmhmia
説明 Shop the web smarter
ファイルサイズ 111 KB
インストール数 115
現在のバージョン 1.0.5
最終更新日 2014-11-19
公開日 2014-11-19
評価 5.00/5 合計 1 レビュー
開発者 grnadav
支払い方法 free
拡張機能のウェブサイト http://shoppingbuddyextesion.tumblr.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Shopping Buddy",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/jquery-hoverIntent\/jquery.hoverIntent.js",
                "bower_components\/lodash\/dist\/lodash.min.js",
                "scripts\/libs\/t.js",
                "scripts\/utils\/pubsub-chrome.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}