deejay.de goodies

Optimize your music discovery process with simple keyboard shortcuts and a pitch fader*

deejay.de goodies란 무엇입니까?

deejay.de goodies은(는) codeexhibit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Optimize your music discovery process with simple keyboard shortcuts and a pitch fader*"입니다.

확장 프로그램 스크린샷

screenshot

deejay.de goodies 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you enjoy browsing for records on deejay.de, then you'll definitely find this extension helpful. First of all, it will add a pitch fader* to the player. Second, it enables some simple keyboard shortcuts to help you discover new music faster.

Shortcuts:
Space: play/pause
Right/left arrow: go forward/back 5 seconds
Down/up arrow: play next/previous track
Page down/up: play the next/previous vinyl in your list, cart or charts
+/-: adjust the pitch (for now it's actually the playback rate)

This extension is only for the JavaScript version of deejay.de. If for some reason you are still getting the Flash version of the player, you can disable Flash for the site to see it in action.

* At the moment it only changes the playback rate. If I find a solution for actual pitch modification I'll update the code.

Feedback is always welcome, so if you think something is missing send me an e-mail at [email protected]

The source code for this extension is released under an MIT license (you can use it in any way you want as long as you give credit to the author) and can be seen here:
https://github.com/codeexhibit/deejay.de                    

확장 프로그램 기본 정보

이름 deejay.de goodies deejay.de goodies
ID cmdladopcpieibicajikofgfmjimimkk
공식 URL https://chromewebstore.google.com/detail/deejayde-goodies/cmdladopcpieibicajikofgfmjimimkk
설명 Optimize your music discovery process with simple keyboard shortcuts and a pitch fader*
파일 크기 10.42 KB
설치 횟수 36
현재 버전 0.1.5
최근 업데이트 2017-11-03
출시 날짜 2017-11-03
평점 5.00/5 총 2 개의 평점
개발자 codeexhibit
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "deejay.de goodies",
    "description": "Optimize your music discovery process with simple keyboard shortcuts and a pitch fader*",
    "version": "0.1.5",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deejay.de\/*"
            ],
            "js": [
                "bootstrap.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "deejay.de++"
    },
    "web_accessible_resources": [
        "script.js"
    ]
}