SoundCloud Search

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

Vad är SoundCloud Search?

SoundCloud Search är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner SoundCloud Search-förlängningens CRX-fil

Ladda ner SoundCloud Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn SoundCloud Search SoundCloud Search
ID elbnoifhdccmcgjbbagofcmnoibejgkc
Officiell webbadress https://chromewebstore.google.com/detail/soundcloud-search/elbnoifhdccmcgjbbagofcmnoibejgkc
Beskrivning SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.
Filstorlek 166 KB
Antal Installationer 4,431
Aktuell Version 1.0
Senast Uppdaterad 2015-12-23
Publiceringsdatum 2015-12-22
Betyg 4.64/5 Totalt 36 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://github.com/gmontalvoriv/soundcloud-search
Hjälpsida URL https://github.com/gmontalvoriv/soundcloud-search
Stödda Språk 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"
        ]
    }
}