Marantz control
Control marantz receiver
Marantz control란 무엇입니까?
Marantz control은(는) Roman Romanchenko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control marantz receiver"입니다.
확장 프로그램 스크린샷
Marantz control 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension allows to control some Marantz AVR receiver models. It uses generic protocol, so can be used with vary of models. Tested on Marantz M-CR511. Can also work with DENON devices because it uses same protocol. Current version supports: on/off, volume change, mute on/off, source switch between Internet Radio, Media Server, Bluetooth, Digital IN. Navigation for radio/media server menu. ChangeLog: 1.14 - options page bautified, popup fontsize and background color now configurable through options. 1.12-1.13 - UI improvements for unified look in different OS/browsers 1.11 - remote arrows and volume buttons now can be controlled by keyboard (cursor keys and "+" and "-") when popup opened. 1.10 - volume symbols font fix - automatic redirect to options page if device IP is not defined yet. 1.9 - repeat and shuffle now acts as buttons - art image placed in better place and resized - volume buttons signs size decreased 1.8 - empty favorites list fix 1.7 - more responsible UI - repeat, shuffle, playstatus icons added - repeat/shuffle click handle added - Prev/Next/Stop/Play buttons added - USB and AUX:Digital inputs selector added 1.5..1.6 - Bugfixes and performance improvements. 1.4 - Menu remake with more powerful version of protocol. - Now Playing display added. 1.3 - Favorites call added.
확장 프로그램 기본 정보
이름 | |
ID | fhpnpakbmafnpemkahgmchagogkkjboj |
공식 URL | https://chrome.google.com/webstore/detail/marantz-control/fhpnpakbmafnpemkahgmchagogkkjboj |
설명 | Control marantz receiver |
파일 크기 | 463 KB |
설치 횟수 | 352 |
현재 버전 | 1.14 |
최근 업데이트 | 2018-05-01 |
출시 날짜 | 2018-05-01 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Roman Romanchenko |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Marantz control", "short_name": "Marantz control", "manifest_version": 2, "version": "1.14", "description": "Control marantz receiver", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "avr.js", "browser.js", "background.js" ], "persistant": true }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "http:\/\/*\/" ], "options_ui": { "page": "options.html", "open_in_tab": false } } |