SoundCloud Search

SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.

O que é SoundCloud Search?

SoundCloud Search é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SoundCloud Search

Baixe arquivos de extensão SoundCloud Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SoundCloud Search SoundCloud Search
ID elbnoifhdccmcgjbbagofcmnoibejgkc
URL Oficial https://chromewebstore.google.com/detail/soundcloud-search/elbnoifhdccmcgjbbagofcmnoibejgkc
Descrição SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.
Tamanho do Arquivo 166 KB
Contagem de Instalações 4,431
Versão Atual 1.0
Última Atualização 2015-12-23
Data de Publicação 2015-12-22
Classificação 4.64/5 Total de 36 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/gmontalvoriv/soundcloud-search
URL da Página de Ajuda https://github.com/gmontalvoriv/soundcloud-search
Idiomas Suportados 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"
        ]
    }
}