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
Eメール [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\/*"
    ]
}