Search on YouTube

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

什麼是Search on YouTube?

Search on YouTube是由Ryan-ED開發的Chrome擴展程式,該擴展的主要功能是“Search for anything on YouTube by selecting the text and right clicking.”。

擴展截圖

screenshot
screenshot
screenshot

下載Search on YouTube擴展crx文件

下載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
官方網址 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"
    ]
}