SoundCloud Search

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

Was ist SoundCloud Search?

SoundCloud Search ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.".

Erweiterungsscreenshots

screenshot
screenshot

SoundCloud Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie SoundCloud Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SoundCloud Search SoundCloud Search
ID elbnoifhdccmcgjbbagofcmnoibejgkc
Offizielle URL https://chromewebstore.google.com/detail/soundcloud-search/elbnoifhdccmcgjbbagofcmnoibejgkc
Beschreibung SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.
Dateigröße 166 KB
Installationsanzahl 4,431
Aktuelle Version 1.0
Letztes Update 2015-12-23
Veröffentlichungsdatum 2015-12-22
Bewertung 4.64/5 Insgesamt 36 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/gmontalvoriv/soundcloud-search
Hilfeseite URL https://github.com/gmontalvoriv/soundcloud-search
Unterstützte Sprachen 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"
        ]
    }
}