Tokyotech Matrix Auto Complete

This extension let you login Tokyo Tech Portal easily

什么是Tokyotech Matrix Auto Complete?

Tokyotech Matrix Auto Complete是由https://sh8.io开发的Chrome扩展程序,该扩展的主要功能是“This extension let you login Tokyo Tech Portal easily”。

扩展截图

screenshot

下载Tokyotech Matrix Auto Complete扩展crx文件

下载Tokyotech Matrix Auto Complete扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension let you login Tokyo Tech Portal easily                    

扩展基本信息

名称 Tokyotech Matrix Auto Complete Tokyotech Matrix Auto Complete
ID gflhfdbmjaoihkeihamfkdichcmeafkf
官方URL https://chromewebstore.google.com/detail/tokyotech-matrix-auto-com/gflhfdbmjaoihkeihamfkdichcmeafkf
简介 This extension let you login Tokyo Tech Portal easily
文件大小 38.47 KB
安装次数 92
当前版本 1.13
更新时间 2020-04-01
上架时间 2020-03-31
评分 5.00/5 共1次评分
开发者 https://sh8.io
付费类型 free
扩展官网 https://github.com/sh8/titech_matrix
帮助页面URL https://github.com/sh8/titech_matrix
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tokyotech Matrix Auto Complete",
    "description": "This extension let you login Tokyo Tech Portal easily",
    "version": "1.13",
    "options_page": "register_matrix.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/portal.nap.gsic.titech.ac.jp\/GetAccess\/Login?Template=idg_key*",
                "https:\/\/portal.nap.gsic.titech.ac.jp\/GetAccess\/Login"
            ],
            "js": [
                "js\/jquery-2.2.3.min.js",
                "js\/jquery.autotab.min.js",
                "js\/auto_login.js",
                "js\/register_matrix.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "register_matrix.html"
    ]
}