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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}