Minitube
Launch Minitube from browser
Minitube란 무엇입니까?
Minitube은(는) Nicu Farmache에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Launch Minitube from browser"입니다.
확장 프로그램 스크린샷
Minitube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 } |