Search in YouTube

Search selected text in YouTube by a simple click of a button

什麼是Search in YouTube?

Search in YouTube是由http://garbageoverflow.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Search selected text in YouTube by a simple click of a button”。

擴展截圖

screenshot
screenshot

下載Search in YouTube擴展crx文件

下載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                    

擴展基本資訊

名稱 Search in YouTube Search in YouTube
ID kfoemjblnjcahcgakbogaakhhgjldnfn
官方網址 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"
    }
}