Context Menu Search

Search for selected text using the context menu

Context Menu Searchคืออะไร?

Context Menu Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roman Grinyov และคุณลักษณะหลักของมันคือ "Search for selected text using the context menu"

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

screenshot
screenshot

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

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

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

                        Use the right-click menu to search for selected text in different search engines

NOTE:
- "downloads" permissions are required for export / import search engines
- to prevent the loss of added search engines, export them
- if you have any questions, please contact me by email

Source code: https://github.com/w3lifer/crx-context-menu-search                    

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

ชื่อ Context Menu Search Context Menu Search
ID idpcgabojogahgmhdgnjkmdliaeeofka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/context-menu-search/idpcgabojogahgmhdgnjkmdliaeeofka
คำอธิบาย Search for selected text using the context menu
ขนาดไฟล์ 166 KB
จำนวนการติดตั้ง 3,025
เวอร์ชันปัจจุบัน 1.6.11
อัปเดตครั้งล่าสุด 2023-11-20
วันที่เผยแพร่ 2018-08-29
คะแนน 4.25/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Roman Grinyov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Context Menu Search",
    "description": "Search for selected text using the context menu",
    "version": "1.6.11",
    "icons": {
        "16": "img\/icons\/search-zoom\/16x16.png",
        "48": "img\/icons\/search-zoom\/48x48.png",
        "128": "img\/icons\/search-zoom\/128x128.png"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/common.js",
            "js\/event-page.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    }
}