Radio KPI Player
Chrome Extension for listening radio stream from rkpi.me
Radio KPI Playerとは何ですか?
Radio KPI Playerはevgeniy.baranukによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for listening radio stream from rkpi.me」です。
拡張機能のスクリーンショット
Radio KPI Player拡張機能のCRXファイルをダウンロード
Radio KPI Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | lcoindilhehhoglnjkbeccnfjhcfjlnp |
| 公式URL | https://chromewebstore.google.com/detail/radio-kpi-player/lcoindilhehhoglnjkbeccnfjhcfjlnp |
| 説明 | Chrome Extension for listening radio stream from rkpi.me |
| ファイルサイズ | 845 KB |
| インストール数 | 14 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2015-11-19 |
| 公開日 | 2015-11-19 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | evgeniy.baranuk |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://rkpi.me |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Radio KPI Player",
"description": "Chrome Extension for listening radio stream from rkpi.me",
"version": "1.1.0",
"icons": {
"16": "img\/logo_16.png",
"32": "img\/logo_32.png",
"48": "img\/logo_48.png",
"64": "img\/logo_64.png",
"128": "img\/logo_128.png"
},
"background": {
"scripts": [
"bower\/buzz\/dist\/buzz.min.js",
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": "img\/logo_19.png",
"default_popup": "popup.html",
"default_title": "Radio KPI Player"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"storage"
]
} | |