Start your search with Amazon™ + Right Click

Start your search with Amazon™. Now With a 'Right Click' Search tool

Start your search with Amazon™ + Right Click क्या है?

Start your search with Amazon™ + Right Click https://lastdropofink.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Start your search with Amazon™. Now With a 'Right Click' Search tool"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Start your search with Amazon™ + Right Click एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Simply click the icon or select any text & 'right click' to start your search on Amazon. 

Just press the icon at the top to select & set your default site (Amazon.com by default). The extension remembers this so that all your searches from then on-wards are for your desired Amazon site.

ALL the Amazon sites are supported. And to confirm, this does include the handy highlight text to "right click" menu option to make searching Amazon easy.

* Version History
V1.2 Update for Amazon
V1.0 First release. 

* This app is not developed by Amazon.                    

एक्सटेंशन की मूल जानकारी

नाम Start your search with Amazon™ + Right Click Start your search with Amazon™ + Right Click
ID jkjnddmeghbphgninpibiefkeedchalg
आधिकारिक URL https://chromewebstore.google.com/detail/start-your-search-with-am/jkjnddmeghbphgninpibiefkeedchalg
विवरण Start your search with Amazon™. Now With a 'Right Click' Search tool
फ़ाइल का आकार 173 KB
स्थापना संख्या 21
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-05-17
प्रकाशन तिथि 2020-05-17
डेवलपर https://lastdropofink.co.uk
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://lastdropofink.co.uk/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Start your search with Amazon\u2122 + Right Click",
    "short_name": "Search Amazon\u2122",
    "description": "Start your search with Amazon\u2122. Now With a 'Right Click' Search tool",
    "author": "Matthew Ogborne [email protected]",
    "version": "1.2",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/16.png",
            "24": "images\/24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Search Amazon\u2122",
        "default_popup": "amazon-tab.html"
    },
    "web_accessible_resources": [
        "css\/*.css",
        "images\/*.png"
    ]
}