Télécommande SFR Décodeur Plus
Permet de commander un SFR Décodeur Plus depuis Chrome
Télécommande SFR Décodeur Plus란 무엇입니까?
Télécommande SFR Décodeur Plus은(는) ixepho에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Permet de commander un SFR Décodeur Plus depuis Chrome"입니다.
확장 프로그램 스크린샷
Télécommande SFR Décodeur Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cette extension Chrome permet de contrôler la box SFR/Red Décodeur Plus (STB7) via une télécommande virtuelle. L'utilisation du clavier est également possible quand la télécommande est affichée. L'autodétection de l'adresse IP du décodeur n'est possible que sur les OS qui l'implémente nativement (MacOS X) ou via un service complémentaire (Windows avec le service Apple Bonjour disponible sur https://support.apple.com/kb/DL999). Sur les systèmes ne supportant pas mDNS une configuration manuelle de l'IP est nécessaire dans les options de la télécommande.
확장 프로그램 기본 정보
이름 | Télécommande SFR Décodeur Plus |
ID | ioopfmbbhnhmojlejphdamlfimpfgdia |
공식 URL | https://chromewebstore.google.com/detail/t%C3%A9l%C3%A9commande-sfr-d%C3%A9codeur/ioopfmbbhnhmojlejphdamlfimpfgdia |
설명 | Permet de commander un SFR Décodeur Plus depuis Chrome |
파일 크기 | 57.09 KB |
설치 횟수 | 150 |
현재 버전 | 1.2 |
최근 업데이트 | 2018-09-09 |
출시 날짜 | 2018-09-09 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | ixepho |
결제 유형 | free |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "T\u00e9l\u00e9commande SFR D\u00e9codeur Plus", "description": "Permet de commander un SFR D\u00e9codeur Plus depuis Chrome", "homepage_url": "http:\/\/github.com\/xfournet\/sdp-remote-control", "version": "1.2", "icons": { "16": "res\/icon_16.png", "24": "res\/icon_24.png", "32": "res\/icon_32.png", "48": "res\/icon_48.png", "128": "res\/icon_128.png" }, "background": { "scripts": [ "remote.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "options_page": "options.html" } |