Titech Portal Auto-login

No more tedious matrix lookups!

什么是Titech Portal Auto-login?

Titech Portal Auto-login是由hagward开发的Chrome扩展程序,该扩展的主要功能是“No more tedious matrix lookups!”。

扩展截图

screenshot
screenshot

下载Titech Portal Auto-login扩展crx文件

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

扩展使用说明

                        Remembers your Titech Portal login matrix and automatically fills in the login fields for you.

This extension is open source: https://github.com/hagward/titechportal-autologin                    

扩展基本信息

名称 Titech Portal Auto-login Titech Portal Auto-login
ID mglldflbijilmkimahfloeogpfldnpam
官方URL https://chromewebstore.google.com/detail/titech-portal-auto-login/mglldflbijilmkimahfloeogpfldnpam
简介 No more tedious matrix lookups!
文件大小 9.48 KB
安装次数 219
当前版本 0.1.1.0
更新时间 2021-12-03
上架时间 2019-03-30
评分 4.50/5 共2次评分
开发者 hagward
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/hagward/titechportal-autologin#faq
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Titech Portal Auto-login",
    "description": "No more tedious matrix lookups!",
    "version": "0.1.1.0",
    "homepage_url": "https:\/\/github.com\/hagward\/titechportal-autologin",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Titech Portal Auto-login"
    },
    "permissions": [
        "declarativeContent",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/portal.nap.gsic.titech.ac.jp\/*"
    ]
}