RadioString
Online Radio made simple
RadioString란 무엇입니까?
RadioString은(는) http://www.radiostring.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Online Radio made simple"입니다.
확장 프로그램 스크린샷
RadioString 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Online Radio made simple at one place with ease of use. RadioString adds new streams every now and then. We have over 9 Languages and 200+ stations of unlimited entertainment. We keep adding new stations daily so don't forget to explore.
확장 프로그램 기본 정보
이름 | |
ID | mefncapggnlnccpepajobehpaiondkjg |
공식 URL | https://chrome.google.com/webstore/detail/radiostring/mefncapggnlnccpepajobehpaiondkjg |
설명 | Online Radio made simple |
파일 크기 | 132 KB |
설치 횟수 | 84 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2014-09-07 |
출시 날짜 | 2014-09-07 |
평점 | 4.22/5 총 9 개의 평점 |
개발자 | http://www.radiostring.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.radiostring.com |
도움말 페이지 URL | http://www.radiostring.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RadioString", "short_name": "RadioString", "version": "1.2.1", "manifest_version": 2, "description": "Online Radio made simple", "icons": { "128": "img\/radio128.png" }, "background": { "page": "bg.html" }, "permissions": [ "notifications", "http:\/\/www.radiostring.com\/", "http:\/\/radiostring.com\/", "http:\/\/*.radiostring.com\/" ], "browser_action": { "default_title": "RadioString", "default_icon": "img\/radio128.png", "default_popup": "face.html" } } |