Shopping Buddy

Shop the web smarter

Shopping Buddy क्या है?

Shopping Buddy grnadav द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shop the web smarter"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shopping Buddy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}