Browser Soundtrack
Provides a soundtrack to your web browsing
Browser Soundtrackとは何ですか?
Browser SoundtrackはRoss Penmanによって開発されたChromeの拡張機能で、その主な機能は「Provides a soundtrack to your web browsing」です。
拡張機能のスクリーンショット
Browser Soundtrack拡張機能のCRXファイルをダウンロード
Browser Soundtrack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Browser Soundtrack is a Chrome extension that provides a soundtrack that fits your web browsing experience. It analyses the contents of the web page you are visiting and plays a relevant piece of music in the background. For example, when reading a blog post about Ruby, it will play Ruby by the Kaiser Chiefs.
拡張機能の基本情報
名前 | |
ID | bafihgbhknmajjlelohgmehlcblhkfec |
公式URL | https://chromewebstore.google.com/detail/browser-soundtrack/bafihgbhknmajjlelohgmehlcblhkfec |
説明 | Provides a soundtrack to your web browsing |
ファイルサイズ | 18.01 KB |
インストール数 | 27 |
現在のバージョン | 1.0 |
最終更新日 | 2014-12-14 |
公開日 | 2014-12-14 |
評価 | 2.50/5 合計 2 レビュー |
開発者 | Ross Penman |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Soundtrack", "description": "Provides a soundtrack to your web browsing", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "notifications", "http:\/\/cryptic-anchorage-3829.herokuapp.com\/", "https:\/\/i.scdn.co\/image\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |