MSJ Web Serial Management tool

Web Serial Management tool for MSJ GPS receivers

什麼是MSJ Web Serial Management tool?

MSJ Web Serial Management tool是由Magellan Systems Japan, Inc.開發的Chrome擴展程式,該擴展的主要功能是“Web Serial Management tool for MSJ GPS receivers”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載MSJ Web Serial Management tool擴展crx文件

下載MSJ Web Serial Management tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This tool provides GUI-interface for  MSJ GNSS receivers Luscinia2plus,  Albicilla and Regulus console commands via serial interface. It allows to get and to set many receiver's parameters. It displays Position on the map and Satellites information in real-time. Also it supports Administrative tasks: Reset, Clear Settings and Upgrade Firmware.
It supports Windows, Linux and Mac computers with modern Google Chrome version.
If you use Linux, you should to allow communication with a serial port for the current user and then restart the computer by commands like these :
sudo usermod -a -G dialout $USER
sudo reboot
For modern Linux versions (Ubuntu 18.04/20.04) you also must give your browser application (Chromium, Chrome) permission to “Access USB hardware directly”  (Ubuntu Software - Chromium -  Permissions)                    

擴展基本資訊

名稱 MSJ Web Serial Management tool MSJ Web Serial Management tool
ID hdpaoicekkpemckokmdkjpcbmjfpfjfj
官方網址 https://chromewebstore.google.com/detail/msj-web-serial-management/hdpaoicekkpemckokmdkjpcbmjfpfjfj
簡介 Web Serial Management tool for MSJ GPS receivers
檔案大小 1.5 MB
安裝次數 174
目前版本 11.32
更新時間 2023-08-03
上架時間 2021-05-28
評分 5.00/5 共 1 次評分
開發者 Magellan Systems Japan, Inc.
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MSJ Web Serial Management tool",
    "version": "11.32",
    "description": "Web Serial Management tool for MSJ GPS receivers",
    "icons": {
        "16": "img\/msj-16.png",
        "32": "img\/msj-32.png",
        "48": "img\/msj-48.png",
        "128": "img\/msj-128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/msj-16.png",
            "32": "img\/msj-32.png",
            "48": "img\/msj-48.png",
            "128": "img\/msj-128.png"
        },
        "default_title": "Manage MSJ GPS receivers",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}