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"입니다.
확장 프로그램 스크린샷
Search in YouTube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |