Search in YouTube
Search selected text in YouTube by a simple click of a button
Search in YouTubeคืออะไร?
Search in YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://garbageoverflow.blogspot.com และคุณลักษณะหลักของมันคือ "Search selected text in YouTube by a simple click of a button"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search in YouTube
ดาวน์โหลดไฟล์ส่วนขยาย Search in YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Search selected text on a web page in YouTube by a simple click 3 easy steps 1. Install the plugin. You will see a red YouTube icon (usually on top ride side on chrome) after plugin is installed 2. Select some text on a web page using your mouse e.g movie name 3. Click on the plugin icon and wallah a new small window will open with open YouTube with your selected text
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kfoemjblnjcahcgakbogaakhhgjldnfn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/search-in-youtube/kfoemjblnjcahcgakbogaakhhgjldnfn |
คำอธิบาย | Search selected text in YouTube by a simple click of a button |
ขนาดไฟล์ | 12.55 KB |
จำนวนการติดตั้ง | 180 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-02-29 |
วันที่เผยแพร่ | 2020-02-29 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://garbageoverflow.blogspot.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search in YouTube", "description": "Search selected text in YouTube by a simple click of a button", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |