Context Menu Search Pro

Context Menu Search pro for easy search. Select Search using contect menu.

Context Menu Search Proคืออะไร?

Context Menu Search Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chromeapps.site และคุณลักษณะหลักของมันคือ "Context Menu Search pro for easy search. Select Search using contect menu."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Context Menu Search Pro

ดาวน์โหลดไฟล์ส่วนขยาย Context Menu Search Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Context Menu Search Pro as the name suggest, puts an option to search anything your select in an tab or windows using our secured search engine.

Suppose you are reading an article and you see a phrase that you don't understand, just select the phrase than right click on it. You will see an option to search it using "Context Menu Search". Isn't it easy?

The best thing about this  extension is that it uses Bing as the default search provider. It changes your default search engine to provide you with the best experience.

You can anytime change your default search engine if you wish too. It is simple just open settings> on the left side click on search engines option> Then click on manage search engines > Then choose the search engine of your choice.

Context Menu Search Pro respects your privacy and we follow all the latest privacy rules and regulations. We never ask for any personal information neither we keep track of keywords you search for.

All Context Menu Search pro does is, it provides you a way to quickly select any text and search for it using Bing search engine. We all know Bing is one of the trusted names in search engines.

How to Use this extension for select search text
1. First of all install the extension, that is one thing you must do.
2. Later you can search using the omnibox using safe keyword and pressing tab button. 
3. Or you can directly select text, phrase or word and search it using context menu search.

Disclosure - By clicking ‘Add to chrome, you accept and agree to install the Context Menu Search pro extension, set the Chrome Default search engine to "https://chromeapps.site/search/" which is powered by Bing (trade mark Microsoft) custom search technology , and adhere to the Terms and Privacy Policy.

Privacy Policy
https://chromeapps.site/privacypolicy.html
TOS
https://chromeapps.site/tos.html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Context Menu Search Pro Context Menu Search Pro
ID cimbkcodicpfcaifadlhodhlckibhpkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/context-menu-search-pro/cimbkcodicpfcaifadlhodhlckibhpkj
คำอธิบาย Context Menu Search pro for easy search. Select Search using contect menu.
ขนาดไฟล์ 12.21 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2021-08-19
วันที่เผยแพร่ 2021-08-17
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://chromeapps.site
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://chromeapps.site/privacypolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Context Menu Search Pro",
    "version": "2.0",
    "description": "Context Menu Search pro for easy search. Select Search using contect menu.",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "safe"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.jpg"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' chrome:\/\/favicon data:;",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/chromeapps.site\/icon.png",
            "is_default": true,
            "keyword": "Contect Menu Search",
            "name": "Context Menu Search",
            "search_url": "https:\/\/chromeapps.site\/search.html?q={searchTerms}"
        }
    },
    "icons": {
        "128": "icon.jpg"
    }
}