SoundCloud Search
SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.
Wat is SoundCloud Search?
SoundCloud Search is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.".
Extensie Screenshots
Download het CRX-bestand van de extensie SoundCloud Search
Download SoundCloud Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SoundCloud Search |
ID | elbnoifhdccmcgjbbagofcmnoibejgkc |
Officiële URL | https://chromewebstore.google.com/detail/soundcloud-search/elbnoifhdccmcgjbbagofcmnoibejgkc |
Beschrijving | SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox. |
Bestandsgrootte | 166 KB |
Aantal Installaties | 4,431 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-12-23 |
Publicatiedatum | 2015-12-22 |
Beoordeling | 4.64/5 Totaal 36 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/gmontalvoriv/soundcloud-search |
Help Pagina-URL | https://github.com/gmontalvoriv/soundcloud-search |
Ondersteunde Talen | 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" ] } } |