SoundCloud Search
SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.
Qu'est-ce que SoundCloud Search ?
SoundCloud Search est une extension Chrome développée par Unknown, et sa fonction principale est "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SoundCloud Search
Téléchargez les fichiers d'extension SoundCloud Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SoundCloud Search |
ID | elbnoifhdccmcgjbbagofcmnoibejgkc |
URL Officiel | https://chromewebstore.google.com/detail/soundcloud-search/elbnoifhdccmcgjbbagofcmnoibejgkc |
Description | SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox. |
Taille du Fichier | 166 KB |
Nombre d'Installations | 4,431 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-12-23 |
Date de Publication | 2015-12-22 |
Évaluation | 4.64/5 Total 36 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/gmontalvoriv/soundcloud-search |
URL de la Page d'Aide | https://github.com/gmontalvoriv/soundcloud-search |
Langues Prises en Charge | 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" ] } } |