SoundCloud Search

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

SoundCloud Search क्या है?

SoundCloud Search Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SoundCloud Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}