SoundCloud Search

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

Apa itu SoundCloud Search?

SoundCloud Search adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SoundCloud Search

Unduh file ekstensi SoundCloud Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SoundCloud Search SoundCloud Search
ID elbnoifhdccmcgjbbagofcmnoibejgkc
URL Resmi https://chromewebstore.google.com/detail/soundcloud-search/elbnoifhdccmcgjbbagofcmnoibejgkc
Deskripsi SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.
Ukuran File 166 KB
Jumlah Instalasi 4,431
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-12-23
Tanggal Publikasi 2015-12-22
Penilaian 4.64/5 Total 36 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/gmontalvoriv/soundcloud-search
URL Halaman Bantuan https://github.com/gmontalvoriv/soundcloud-search
Bahasa yang Didukung 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"
        ]
    }
}