Firespot
Fire up the pages with music
什么是Firespot?
Firespot是由krikelin开发的Chrome扩展程序,该扩展的主要功能是“Fire up the pages with music”。
扩展截图
下载Firespot扩展crx文件
下载Firespot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create playlists of the current page 扩展基本信息
| 名称 | |
| ID | hmackaecgcfelibdbhlfhkggelammlfj |
| 官方URL | https://chromewebstore.google.com/detail/firespot/hmackaecgcfelibdbhlfhkggelammlfj |
| 简介 | Fire up the pages with music |
| 文件大小 | 51.11 KB |
| 安装次数 | 12 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2012-07-13 |
| 上架时间 | 2012-07-13 |
| 开发者 | krikelin |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon-19.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"contentscript.js"
],
"css": [
"firespot.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"description": "Fire up the pages with music",
"icons": {
"128": "icon.png",
"16": "icon.png",
"48": "icon.png"
},
"manifest_version": 2,
"name": "Firespot",
"permissions": [
"tabs",
"http:\/\/*\/*"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.2.0"
} | |