SoundTalk - Forum Playlist Generator

Turn conversations about music into Spotify playlists.

SoundTalk - Forum Playlist Generatorคืออะไร?

SoundTalk - Forum Playlist Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jcushman และคุณลักษณะหลักของมันคือ "Turn conversations about music into Spotify playlists."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SoundTalk - Forum Playlist Generator

ดาวน์โหลดไฟล์ส่วนขยาย SoundTalk - Forum Playlist Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SoundTalk turns conversations about music into playlists. Anywhere people are talking about the songs they like, SoundTalk will let you listen while you read. It looks through the page for anything that seems like an Artist and Song together ("Artist - Song", "Song by Artist", etc.) and sends a playlist off to Spotify.

Here's how to use SoundTalk to turn a page into a playlist:

(1) Click the toolbar button to search the current page for song names. SoundTalk will recognize most anything that looks like Artist - Track Name, such as ...

* The Beatles - Hard Day's Night
* Hard Day's Night by the Beatles
* "Hard Day's Night", the Beatles

(2) Double-click the song names to fix any mistakes, and choose from the dropdown to match up song names to search results.

(3) Click to send the finished playlist to Spotify.

Does it always work? Nope! It's hard to figure out what's a song title and what isn't. But it does help you find some great stuff. Here are a few places to look for likely conversations to get started:

* http://www.reddit.com/r/Music/wiki/musicsubreddits
* http://ask.metafilter.com/tags/songs                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SoundTalk - Forum Playlist Generator SoundTalk - Forum Playlist Generator
ID hncjnciccngibjdiopmaciafafpbjpib
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/soundtalk-forum-playlist/hncjnciccngibjdiopmaciafafpbjpib
คำอธิบาย Turn conversations about music into Spotify playlists.
ขนาดไฟล์ 60.08 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2014-09-21
วันที่เผยแพร่ 2014-09-21
ผู้พัฒนา jcushman
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SoundTalk - Forum Playlist Generator",
    "short_name": "SoundTalk",
    "version": "1.0.3",
    "description": "Turn conversations about music into Spotify playlists.",
    "browser_action": {
        "default_icon": "icons\/icon_19.png",
        "default_title": "Find songs in this page."
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "web_accessible_resources": [
        "html\/popup.html"
    ],
    "manifest_version": 2
}