Search on SoundCloud
Add a context menu item to search for selected text at SoundCloud.
什么是Search on SoundCloud?
Search on SoundCloud是由carlosriveros1998开发的Chrome扩展程序,该扩展的主要功能是“Add a context menu item to search for selected text at SoundCloud.”。
扩展截图
下载Search on SoundCloud扩展crx文件
下载Search on SoundCloud扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
this Google Chrome extension will help you find music on soundcloud faster by adding an item to search in your right click menu 扩展基本信息
| 名称 | |
| ID | cdbkijigdgmbkjkmdphfeobaekmkdnlm |
| 官方URL | https://chromewebstore.google.com/detail/search-on-soundcloud/cdbkijigdgmbkjkmdphfeobaekmkdnlm |
| 简介 | Add a context menu item to search for selected text at SoundCloud. |
| 文件大小 | 10.81 KB |
| 安装次数 | 38 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-10-06 |
| 上架时间 | 2020-10-05 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | carlosriveros1998 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Search on SoundCloud",
"author": "Carlos Riveros contact: [email protected]",
"description": "Add a context menu item to search for selected text at SoundCloud.",
"icons": {
"16": "16.png",
"48": "48.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"minimum_chrome_version": "6",
"permissions": [
"contextMenus"
],
"version": "1.0"
} | |