Minitube

Launch Minitube from browser

Minitubeとは何ですか?

MinitubeはNicu Farmacheによって開発されたChromeの拡張機能で、その主な機能は「Launch Minitube from browser」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 Minitube Minitube
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
}