SoundCloud Search
SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.
Cos'è SoundCloud Search?
SoundCloud Search è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SoundCloud Search
Scarica i file di estensione SoundCloud Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SoundCloud Search |
ID | elbnoifhdccmcgjbbagofcmnoibejgkc |
URL Ufficiale | https://chromewebstore.google.com/detail/soundcloud-search/elbnoifhdccmcgjbbagofcmnoibejgkc |
Descrizione | SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox. |
Dimensione del File | 166 KB |
Conteggio Installazioni | 4,431 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-12-23 |
Data di Pubblicazione | 2015-12-22 |
Valutazione | 4.64/5 Totale 36 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/gmontalvoriv/soundcloud-search |
URL della Pagina di Aiuto | https://github.com/gmontalvoriv/soundcloud-search |
Lingue Supportate | 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" ] } } |