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 |
官方網址 | 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 } |