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.
擴展基本資訊
名稱 | SoundCloud Search |
ID | elbnoifhdccmcgjbbagofcmnoibejgkc |
官方網址 | 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" ] } } |