Tinysong Grooveshark Extension

Search for any song using the tinysong.com database and get the shortened urls to post. Songs play on Grooveshark.

Tinysong Grooveshark Extension란 무엇입니까?

Tinysong Grooveshark Extension은(는) concept47에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for any song using the tinysong.com database and get the shortened urls to post. Songs play on Grooveshark."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tinysong Grooveshark Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Updated: September 4th 2013!

This Tinysong Google chrome extension allows you to search the tinysong/grooveshark database by artist name, song ... anything really, and it returns the most relevant result to you along with a url that you can either cut and paste to twitter or actually click through and rock to on Grooveshark.

I built this because I've always wanted a Tinysong Google Chrome Extension.
I use tinysong.com to post links to twitter all the time, but I hate going to the page and getting the link to post, so I wrote this for music junkies who want to quickly find a song they've just heard about or post a short url to one they've been rocking to

[Changes so far]
v2.0.0 - 09/04/13
- updated to work with Chrome Manifest version 2. small bugfixes

v1.21 - 03/24/11
- Added Api Key to get extension working again. Thumbs down to Grooveshark for requiring one without letting anybody know.
- Added ability to copy links to clipboard with one click in the extension

v 1.19
- Remembers urls you've saved/faved and highlights them when they show up in your search results again
- Recently Saved now gives you the option to click through and see ALL your saved items
- Created faves page so you can see all your listings in one place, will add pagination when someone complains about it :P
- Unfaving an item on the 'Recently Saved' section or faves page will fade it out from view. Thought it'd be a good idea to give the user some visual feedback on their UI action.

v 1.18
- minor edit to make sure the extension doesn't have access to your browsing history
- fixed minor bug

v 1.16
- Allows you to save/bookmark songs for future reference, so you don't have keep running the same search over and over. Just click on the yellow star again to unsave an item
- Allows you to see read the TinySong FAQ page without leaving the extension 
- Changed the layout of results

pre v1.16
- Saves your last search so you can repeat with a single mouse click
- Selects your search term after a search so you can immediately run another search without reaching for the mouse
- Returns your result and allows you to fetch more (+ more link) if you need


[Notes]
- I tried to have 'Copy To Clipboard' option, but Flash 10 has broken all the plugins/scripts that provide this functionality in javascript. Zero Clipboard would have been an option,                    

확장 프로그램 기본 정보

이름 Tinysong Grooveshark Extension Tinysong Grooveshark Extension
ID dnecfmdnglboegjiaaejpghooihfdipa
공식 URL https://chromewebstore.google.com/detail/tinysong-grooveshark-exte/dnecfmdnglboegjiaaejpghooihfdipa
설명 Search for any song using the tinysong.com database and get the shortened urls to post. Songs play on Grooveshark.
파일 크기 113 KB
설치 횟수 445
현재 버전 2.0.0
최근 업데이트 2013-09-05
출시 날짜 2013-09-04
평점 4.24/5 총 25 개의 평점
개발자 concept47
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.concept47.com
도움말 페이지 URL http://www.concept47.com/austin_web_development_contact.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tinysong Grooveshark Extension",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Search for any song using the tinysong.com database and get the shortened urls to post. Songs play on Grooveshark.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "tinysong",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "http:\/\/tinysong.com\/*"
    ]
}