SoundCloud Search

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

Hvad er SoundCloud Search?

SoundCloud Search er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download SoundCloud Search-udvidelses-CRX-fil

Download SoundCloud Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SoundCloud Search SoundCloud Search
ID elbnoifhdccmcgjbbagofcmnoibejgkc
Officiel URL https://chromewebstore.google.com/detail/soundcloud-search/elbnoifhdccmcgjbbagofcmnoibejgkc
Beskrivelse SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.
Filstørrelse 166 KB
Antal Installationer 4,431
Nuværende Version 1.0
Senest Opdateret 2015-12-23
Udgivelsesdato 2015-12-22
Bedømmelse 4.64/5 Samlet 36 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://github.com/gmontalvoriv/soundcloud-search
Hjælpeside-URL https://github.com/gmontalvoriv/soundcloud-search
Understøttede Sprog 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"
        ]
    }
}