Search on YouTube

Search for anything on YouTube by selecting the text and right clicking.

Search on YouTubeคืออะไร?

Search on YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan-ED และคุณลักษณะหลักของมันคือ "Search for anything on YouTube by selecting the text and right clicking."

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

screenshot
screenshot
screenshot

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

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

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

                        A simple extension for the Google Chrome browser that allows you to search on YouTube by right clicking highlighted text and using the context menu. Similar to how the built in "Search Google for..." context menu item works.

1) Select some text
2) Right click the mouse to open context menu
3) Select "Search YouTube for [your text]" option

Icons and logos done by @liamcaindesigns on Instagram.                    

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

ชื่อ Search on YouTube Search on YouTube
ID ebgngjpjlbehmgehnpeckhdhmnoecngd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-on-youtube/ebgngjpjlbehmgehnpeckhdhmnoecngd
คำอธิบาย Search for anything on YouTube by selecting the text and right clicking.
ขนาดไฟล์ 21.49 KB
จำนวนการติดตั้ง 657
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-07-01
วันที่เผยแพร่ 2021-06-30
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Ryan-ED
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Ryan-ED/search-on-youtube-chrome-ext
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search on YouTube",
    "description": "Search for anything on YouTube by selecting the text and right clicking.",
    "version": "1.1",
    "icons": {
        "16": "\/icons\/16x16.png",
        "32": "\/icons\/32x32.png",
        "48": "\/icons\/48x48.png",
        "128": "\/icons\/128x128.png",
        "150": "\/icons\/150x150.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "contextMenus"
    ]
}