Small Player for Google Music™

Unofficial small player for Google Music

Small Player for Google Music™란 무엇입니까?

Small Player for Google Music™은(는) Thomas Pelletier에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unofficial small player for Google Music"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Small Player for Google Music™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tired of looking for that Google Music™ tab? This unofficial Chrome extension gives you a quick access to the currently playing track and the basic features.

* See the current track
* Play / Pause
* Previous / Next track
* Thumbs up / thumbs down
* Notification when the track changes (optional)
* Open the right tab in one click
* Separate window                    

확장 프로그램 기본 정보

이름 Small Player for Google Music™ Small Player for Google Music™
ID modjkeoidggambjcakhffpfabbiboece
공식 URL https://chromewebstore.google.com/detail/small-player-for-google-m/modjkeoidggambjcakhffpfabbiboece
설명 Unofficial small player for Google Music
파일 크기 114 KB
설치 횟수 217
현재 버전 1.1
최근 업데이트 2013-12-20
출시 날짜 2013-12-20
평점 4.00/5 총 2 개의 평점
개발자 Thomas Pelletier
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Small Player for Google Music\u2122",
    "description": "Unofficial small player for Google Music",
    "version": "1.1",
    "author": "Thomas Pelletier",
    "background": {
        "scripts": [
            "vendor\/jquery-2.0.3.min.js",
            "static\/js\/common.js",
            "static\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/play.google.com\/music",
        "tabs",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/music*"
            ],
            "css": [],
            "js": [
                "vendor\/jquery-2.0.3.min.js",
                "static\/js\/script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "vendor\/jquery-2.0.3.min.js",
        "vendor\/jquery-2.0.3.min.map"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}