Contextual Search for YouTube

Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.

Contextual Search for YouTubeคืออะไร?

Contextual Search for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gryff และคุณลักษณะหลักของมันคือ "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Contextual Search for YouTube

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

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

                        A very simple extension that allows the user to search for a term in YouTube simply by selecting text, right clicking and selecting "Search YouTube for..." from the contextual menu. Easy to use. Nothing extra.                    

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

ชื่อ Contextual Search for YouTube Contextual Search for YouTube
ID aaaaahnmcjcoomdncaekjkjedgagpnln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/contextual-search-for-you/aaaaahnmcjcoomdncaekjkjedgagpnln
คำอธิบาย Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.
ขนาดไฟล์ 13 KB
จำนวนการติดตั้ง 880
เวอร์ชันปัจจุบัน 1.0.0.14
อัปเดตครั้งล่าสุด 2022-07-31
วันที่เผยแพร่ 2013-12-17
คะแนน 4.77/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Gryff
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Contextual Search for YouTube",
    "background": {
        "service_worker": "searchyoutube.js"
    },
    "description": "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.",
    "icons": {
        "16": "SmallIcon.png",
        "48": "MediumIcon.png"
    },
    "version": "1.0.0.14",
    "permissions": [
        "contextMenus"
    ]
}