Minitube
Launch Minitube from browser
什么是Minitube?
Minitube是由Nicu Farmache开发的Chrome扩展程序,该扩展的主要功能是“Launch Minitube from browser”。
扩展截图
下载Minitube扩展crx文件
下载Minitube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
WARNING!
Ubuntu Only!
Please read below how to properly install this extension.
This is an extension that launches Minitube from the browser using a special URL (minitubehttp://...).
For this to work you need to register the special URL that is used to launch Minitube.
For now this is only supported on Ubuntu (and probably similar OS-es).
To make Minitube the default handler for the special URI you need to:
- download the script (see below for link) to the Minitube folder (the folder with the executable in it)
- give it proper permissions to run (+x)
- and run it.
You can download the script from here: http://minitube-chrome-extension.googlecode.com/files/install-uri-handler 扩展基本信息
| 名称 | |
| ID | cakooiidafjonhmkfcpidiiapekfgdfe |
| 官方URL | https://chromewebstore.google.com/detail/minitube/cakooiidafjonhmkfcpidiiapekfgdfe |
| 简介 | Launch Minitube from browser |
| 文件大小 | 26.2 KB |
| 安装次数 | 122 |
| 当前版本 | 1.2 |
| 更新时间 | 2012-07-14 |
| 上架时间 | 2012-07-14 |
| 评分 | 3.27/5 共11次评分 |
| 开发者 | Nicu Farmache |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Minitube",
"version": "1.2",
"description": "Launch Minitube from browser",
"background": {
"scripts": [
"background.js"
]
},
"page_action": {
"default_icon": "minitube16.png",
"default_title": "Watch video with minitube"
},
"permissions": [
"tabs",
"http:\/\/*.youtube.com\/",
"https:\/\/*.youtube.com\/"
],
"icons": {
"128": "minitube.png",
"48": "minitube48.png",
"16": "minitube16.png"
},
"manifest_version": 2
} | |