SpotCheck
Searches for the selected text in Spotify
SpotCheckคืออะไร?
SpotCheck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SpotCheck และคุณลักษณะหลักของมันคือ "Searches for the selected text in Spotify"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SpotCheck
ดาวน์โหลดไฟล์ส่วนขยาย SpotCheck ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The ultimate Spotify google chrome extension. Highlight any text of a song name, then right click and you can either Open it in Spotify, Copy the link for it in Spotify (for easy sharing), or add it to your Saved Songs or any playlist. Note: We are not affiliated with Spotify.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fdfebmbjloigljjdadinplkljlcdeemc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/spotcheck/fdfebmbjloigljjdadinplkljlcdeemc |
คำอธิบาย | Searches for the selected text in Spotify |
ขนาดไฟล์ | 18.49 KB |
จำนวนการติดตั้ง | 142 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2016-07-21 |
วันที่เผยแพร่ | 2016-07-21 |
คะแนน | 4.76/5 รวมทั้งหมด 34 คะแนน |
ผู้พัฒนา | SpotCheck |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpotCheck", "short_name": "Search", "description": "Searches for the selected text in Spotify", "version": "1.0.0", "minimum_chrome_version": "38", "permissions": [ "contextMenus", "tabs", "identity", "storage", "https:\/\/api.spotify.com\/*\/" ], "icons": { "16": "assets\/search.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "assets\/search.png", "default_popup": "popup.html" }, "background": { "page": "background.html" } } |