ModemChrome

ModemCom extension

ModemChrome란 무엇입니까?

ModemChrome은(는) luguen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ModemCom extension"입니다.

확장 프로그램 스크린샷

screenshot

ModemChrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ModemChrome allows you to access the ModemCom calls of your account.
You need first have an account on:
http://modemcom.luguen.fr/

Enjoy,
luguen                    

확장 프로그램 기본 정보

이름 ModemChrome ModemChrome
ID gcljnlpfhhilpdlddlhikdglnaakmmml
공식 URL https://chromewebstore.google.com/detail/modemchrome/gcljnlpfhhilpdlddlhikdglnaakmmml
설명 ModemCom extension
파일 크기 13.49 KB
설치 횟수 19
현재 버전 0.3
최근 업데이트 2018-07-03
출시 날짜 2018-07-03
개발자 luguen
결제 유형 free
확장 프로그램 웹 사이트 http://modemcom.luguen.fr
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ModemChrome",
    "version": "0.3",
    "description": "ModemCom extension",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "ModemCom.png",
        "default_title": "ModemChrome",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "ModemCom_48.png",
        "128": "ModemCom_128.png"
    }
}