SoundCloud Search
SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.
什么是SoundCloud Search?
SoundCloud Search是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.”。
扩展截图
下载SoundCloud Search扩展crx文件
下载SoundCloud Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds support to the Chrome omnibox to search for SoundCloud tracks and users.
SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox. Using the keyword sc [tab/space] you can immediately start searching for tracks. Type in the username preceded by a forward-slash [ / ] to search for that user. The amount of suggestions are limited, pressing ENTER will redirect you to SoundCloud's search results page.
For source code and documentation visit https://github.com/gmontalvoriv/soundcloud-search.
This product is not affiliated with SoundCloud. 扩展基本信息
| 名称 | |
| ID | elbnoifhdccmcgjbbagofcmnoibejgkc |
| 官方URL | https://chromewebstore.google.com/detail/soundcloud-search/elbnoifhdccmcgjbbagofcmnoibejgkc |
| 简介 | SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox. |
| 文件大小 | 166 KB |
| 安装次数 | 4,431 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-12-23 |
| 上架时间 | 2015-12-22 |
| 评分 | 4.64/5 共36次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | https://github.com/gmontalvoriv/soundcloud-search |
| 帮助页面URL | https://github.com/gmontalvoriv/soundcloud-search |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SoundCloud Search",
"description": "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.",
"version": "1.0",
"manifest_version": 2,
"omnibox": {
"keyword": "sc"
},
"icons": {
"16": "images\/cloud_16.png",
"48": "images\/cloud_48.png",
"128": "images\/cloud_128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
}
} | |