Start your search with Banggood™ +Right Click

Start your search with Banggood™. Now with 'Right Click' to search Banggood tool

什么是Start your search with Banggood™ +Right Click?

Start your search with Banggood™ +Right Click是由Matthew Ogborne开发的Chrome扩展程序,该扩展的主要功能是“Start your search with Banggood™. Now with 'Right Click' to search Banggood tool”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Start your search with Banggood™ +Right Click扩展crx文件

下载Start your search with Banggood™ +Right Click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easily search Banggood, click the icon and go. Also includes a handy "right click" search tool to highlight any text and then search for it over on Banggood , saving time and money!

★ Search Banggood directly from your web browser
★ Includes right "click search" for any website
★ Fast access account links

♥ Your Feedback
If you have an idea on how this extension can be improved, don't hesitate to get in touch. The contact details are on the right hand side of this page.

♥ Have something good to say about it? 
Leave this extension a review!

♥ Version History
V1.0 - First release.

♥ This app is not developed by Banggood. The links used are affiliated, meaning that you will be supporting the developer when you use it.                    

扩展基本信息

名称 Start your search with Banggood™ +Right Click Start your search with Banggood™ +Right Click
ID cbfjmlfefkeeaiocmidphfjdbicigeoa
官方URL https://chromewebstore.google.com/detail/start-your-search-with-ba/cbfjmlfefkeeaiocmidphfjdbicigeoa
简介 Start your search with Banggood™. Now with 'Right Click' to search Banggood tool
文件大小 31.29 KB
安装次数 28
当前版本 1.0
更新时间 2020-03-17
上架时间 2020-03-16
开发者 Matthew Ogborne
电子邮箱 [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 Banggood\u2122 +Right Click",
    "short_name": "Search Banggood\u2122",
    "description": "Start your search with Banggood\u2122. Now with 'Right Click' to search Banggood tool",
    "author": "Matthew Ogborne [email protected]",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_popup": "banggood-tab.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Search Banggood\u2122"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "scripts\/page-script.js"
    ]
}