OhMyRadio

Online Radio Player!

OhMyRadioとは何ですか?

OhMyRadioはVishal Telangreによって開発されたChromeの拡張機能で、その主な機能は「Online Radio Player!」です。

拡張機能のスクリーンショット

screenshot

OhMyRadio拡張機能のCRXファイルをダウンロード

OhMyRadio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/"
    ]
}