Marantz control

Control marantz receiver

Marantz control क्या है?

Marantz control Roman Romanchenko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control marantz receiver"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Marantz control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Marantz control Marantz control
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
    }
}