OhMyRadio

Online Radio Player!

OhMyRadio란 무엇입니까?

OhMyRadio은(는) Vishal Telangre에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Online Radio Player!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A lightweight extension to play online radio stations while doing work!                    

확장 프로그램 기본 정보

이름 OhMyRadio OhMyRadio
ID mahcbjpopcainjkjlfpgdbmifboeefap
공식 URL https://chromewebstore.google.com/detail/ohmyradio/mahcbjpopcainjkjlfpgdbmifboeefap
설명 Online Radio Player!
파일 크기 99.75 KB
설치 횟수 151
현재 버전 0.0.1
최근 업데이트 2013-12-25
출시 날짜 2013-12-25
평점 4.50/5 총 2 개의 평점
개발자 Vishal Telangre
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/vishaltelangre/OhMyRadio
도움말 페이지 URL https://github.com/vishaltelangre/OhMyRadio
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OhMyRadio",
    "description": "Online Radio Player!",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "js\/libs\/soundmanager2.js",
            "js\/OhMyRadio.js",
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/vishaltelangre.com\/"
    ]
}