SoundCloud Search
SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox.
SoundCloud Searchคืออะไร?
SoundCloud Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "SoundCloud Search is a Chrome extension for searching SoundCloud tracks and users via the omnibox."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SoundCloud Search
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } } |