Youglish Video Search
Look up Youglish Video that contain the selected text
什么是Youglish Video Search?
Youglish Video Search是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Look up Youglish Video that contain the selected text”。
扩展截图
下载Youglish Video Search扩展crx文件
下载Youglish Video Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension that help you to find a video on Youtube that contain the text you have selected via Youglish website.
扩展基本信息
名称 | Youglish Video Search |
ID | dfafggejpfoflelimhkpdfnodlccgfja |
官方URL | https://chromewebstore.google.com/detail/youglish-video-search/dfafggejpfoflelimhkpdfnodlccgfja |
简介 | Look up Youglish Video that contain the selected text |
文件大小 | 5.56 KB |
安装次数 | 1,673 |
当前版本 | 0.1 |
更新时间 | 2019-05-18 |
上架时间 | 2019-05-17 |
评分 | 4.00/5 共6次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://youglish.com |
支持的语言 | en |
manifest.json | |
{ "author": [ { "email": "[email protected]", "name": "Thanh Tran" } ], "background": { "scripts": [ "youglish.js" ] }, "browser_action": { "default_icon": "icon.png" }, "description": "Look up Youglish Video that contain the selected text", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Youglish Video Search", "permissions": [ "activeTab", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1" } |