PanTube

PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…

PanTube란 무엇입니까?

PanTube은(는) https://www.pantube.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PanTube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        PanTube = Pandora + YouTube

Your Pandora playlists on YouTube.com!!!

This plugin stores all of the music Pandora plays for the user on user's browser using HTML5's LocalStorage.

PanTube's playlist makes it easy to search the tracks on YouTube.

Upcoming Version:
Create a YouTube playlist of the songs played by Pandora so far.                    

확장 프로그램 기본 정보

이름 PanTube PanTube
ID nkcfbkhcgnpfkgddabjpgnfgojmemiof
공식 URL https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof
설명 PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
파일 크기 28.19 KB
설치 횟수 71
현재 버전 0.1
최근 업데이트 2013-02-06
출시 날짜 2013-02-05
평점 5.00/5 총 3 개의 평점
개발자 https://www.pantube.info
결제 유형 free
확장 프로그램 웹 사이트 http://www.pantube.info
도움말 페이지 URL http://www.pantube.info
지원되는 언어 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PanTube",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "PanTube",
        "default_icon": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pandora.com\/*",
                "https:\/\/www.pandora.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}