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" } } |