SoundCloud Search

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

SoundCloud Searchとは何ですか?

SoundCloud SearchはUnknownによって開発されたChromeの拡張機能で、その主な機能は「SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.」です。

拡張機能のスクリーンショット

screenshot
screenshot

SoundCloud Search拡張機能のCRXファイルをダウンロード

SoundCloud Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 SoundCloud Search SoundCloud Search
ID elbnoifhdccmcgjbbagofcmnoibejgkc
公式URL https://chromewebstore.google.com/detail/soundcloud-search/elbnoifhdccmcgjbbagofcmnoibejgkc
説明 SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.
ファイルサイズ 166 KB
インストール数 4,431
現在のバージョン 1.0
最終更新日 2015-12-23
公開日 2015-12-22
評価 4.64/5 合計 36 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/gmontalvoriv/soundcloud-search
ヘルプページのURL https://github.com/gmontalvoriv/soundcloud-search
対応言語 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"
        ]
    }
}