SoundCloud Search
SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.
Co to jest SoundCloud Search?
SoundCloud Search to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SoundCloud Search
Pobierz pliki rozszerzeń SoundCloud Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | elbnoifhdccmcgjbbagofcmnoibejgkc |
| Oficjalny URL | https://chromewebstore.google.com/detail/soundcloud-search/elbnoifhdccmcgjbbagofcmnoibejgkc |
| Opis | SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox. |
| Rozmiar pliku | 166 KB |
| Liczba instalacji | 4,431 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2015-12-23 |
| Data Publikacji | 2015-12-22 |
| Ocena | 4.64/5 Łącznie 36 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/gmontalvoriv/soundcloud-search |
| Adres URL Strony Pomocy | https://github.com/gmontalvoriv/soundcloud-search |
| Obsługiwane Języki | 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"
]
}
} | |