Search on YouTube
Search for anything on YouTube by selecting the text and right clicking.
Apa itu Search on YouTube?
Search on YouTube adalah ekstensi Chrome yang dikembangkan oleh Ryan-ED, dan fitur utamanya adalah "Search for anything on YouTube by selecting the text and right clicking.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Search on YouTube
Unduh file ekstensi Search on YouTube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Search on YouTube |
ID | ebgngjpjlbehmgehnpeckhdhmnoecngd |
URL Resmi | https://chromewebstore.google.com/detail/search-on-youtube/ebgngjpjlbehmgehnpeckhdhmnoecngd |
Deskripsi | Search for anything on YouTube by selecting the text and right clicking. |
Ukuran File | 21.49 KB |
Jumlah Instalasi | 657 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2021-07-01 |
Tanggal Publikasi | 2021-06-30 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | Ryan-ED |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Ryan-ED/search-on-youtube-chrome-ext |
Bahasa yang Didukung | 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" ] } |