Right-click Search

Add entries in the right-click menu to search selected text on any website.

Right-click Searchคืออะไร?

Right-click Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scitodate และคุณลักษณะหลักของมันคือ "Add entries in the right-click menu to search selected text on any website."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Right-click Search

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

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

                        Easily search for text from your right-click menu. 

⏱️ Save time by automatically filling in your selected text in a search bar of your choice
🏎️ Instant access to search results
🔥 Re-use advanced filters you commonly apply
🌐 15+ websites presets such as Gmail, Salesforce and LinkedIn (Sales Navigator)
👩🏻‍💻 Website not in presets? Simply add any other searchable website!

👤 Who is this for?
Anybody that frequently searches on specific websites, such as salespeople, recruiters and researchers.
This is the perfect solution if you frequently open a new tab, go to a website and execute a search. Especially if you have to setup the same filters each time.

🤷🏻‍♂️ How does it work?
Select a website from the available presets or add a custom website of your choice.
1. Right-click selected text
2. Select a saved website
3. Tada! A new tab with the search results opens

🤖 Technical limitations
Currently, the extension only works on websites that store queries in the URL. 
You can add up to 16 websites due to limitations of context menus in Google Chrome.

✉️ Contact
Website: https://scitodate.com
LinkedIn: https://www.linkedin.com/company/10574043
Email: [email protected]                    

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

ชื่อ Right-click Search Right-click Search
ID dcegagelkldiehfmbombaaeapaokkgdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/right-click-search/dcegagelkldiehfmbombaaeapaokkgdk
คำอธิบาย Add entries in the right-click menu to search selected text on any website.
ขนาดไฟล์ 703 KB
จำนวนการติดตั้ง 137
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-02-23
วันที่เผยแพร่ 2022-11-19
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Scitodate
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://scitodate.com
URL หน้านโยบายความเป็นส่วนตัว https://scitodate.com/gdpr
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.0",
    "author": "Rink Stiekema",
    "name": "Right-click Search",
    "description": "Add entries in the right-click menu to search selected text on any website.",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.23452572.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.07616647.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}