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
官方網址 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\/*"
    ]
}