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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthew Ogborne และคุณลักษณะหลักของมันคือ "Start your search with Banggood™. Now with 'Right Click' to search Banggood tool"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Start your search with Banggood™ +Right Click

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}