Simply.fm

Simple online radio player, many cool stations, listen and enjoy!

Simply.fm란 무엇입니까?

Simply.fm은(는) https://simply.fm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple online radio player, many cool stations, listen and enjoy!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Simply.fm 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Radio player with thousands radio stations.
Fast search.
Handy interface.
List of favorites stations.
Aaccount and synchronization.
Full feautured mobile version.                    

확장 프로그램 기본 정보

이름 Simply.fm Simply.fm
ID eaaaapbjkgppdgbdbfbhneppoifhnink
공식 URL https://chromewebstore.google.com/detail/simplyfm/eaaaapbjkgppdgbdbfbhneppoifhnink
설명 Simple online radio player, many cool stations, listen and enjoy!
파일 크기 19.14 KB
설치 횟수 322
현재 버전 1.4
최근 업데이트 2014-07-22
출시 날짜 2014-07-22
평점 2.20/5 총 5 개의 평점
개발자 https://simply.fm
결제 유형 free
확장 프로그램 웹 사이트 http://simply.fm
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.4",
    "name": "Simply.fm",
    "short_name": "Simply.fm",
    "description": "Simple online radio player, many cool stations, listen and enjoy!",
    "icons": {
        "16": "res\/icons\/16.png",
        "48": "res\/icons\/48.png",
        "128": "res\/icons\/128.png"
    },
    "author": "Ruslan Murashko",
    "homepage_url": "http:\/\/simply.fm",
    "permissions": [
        "http:\/\/simply.fm\/"
    ],
    "browser_action": {
        "default_icon": "res\/icons\/16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "res\/script\/background.js"
        ]
    }
}