Bee mp3
Search your songs easily with the Bee Mp3
Bee mp3とは何ですか?
Bee mp3はbee studioによって開発されたChromeの拡張機能で、その主な機能は「Search your songs easily with the Bee Mp3」です。
拡張機能のスクリーンショット
Bee mp3拡張機能のCRXファイルをダウンロード
Bee mp3拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search songs easily and quickly!
拡張機能の基本情報
名前 | |
ID | ngmbnabcaloelpmbgojbmblhgkkakeil |
公式URL | https://chrome.google.com/webstore/detail/bee-mp3/ngmbnabcaloelpmbgojbmblhgkkakeil |
説明 | Search your songs easily with the Bee Mp3 |
ファイルサイズ | 106 KB |
インストール数 | 94 |
現在のバージョン | 1.0 |
最終更新日 | 2013-02-28 |
公開日 | 2013-02-28 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | bee studio |
支払い方法 | free |
拡張機能のウェブサイト | http://bee-mp3-search.herokuapp.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bee mp3", "version": "1.0", "manifest_version": 2, "description": "Search your songs easily with the Bee Mp3", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Bee Mp3", "default_popup": "html\/search.html" }, "permissions": [ "http:\/\/bee-mp3-search.herokuapp.com\/*", "tabs" ] } |