Minitube

Launch Minitube from browser

Minitubeคืออะไร?

Minitube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicu Farmache และคุณลักษณะหลักของมันคือ "Launch Minitube from browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minitube

ดาวน์โหลดไฟล์ส่วนขยาย 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
}