RadioString
Online Radio made simple
RadioStringとは何ですか?
RadioStringはhttp://www.radiostring.comによって開発されたChromeの拡張機能で、その主な機能は「Online Radio made simple」です。
拡張機能のスクリーンショット
RadioString拡張機能のCRXファイルをダウンロード
RadioString拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } } |