Titech Portal Auto-login
No more tedious matrix lookups!
What is Titech Portal Auto-login?
Titech Portal Auto-login is a Chrome extension developed by hagward, and its main feature is "No more tedious matrix lookups!".
Extension Screenshots
Download Titech Portal Auto-login Extension CRX File
Download Titech Portal Auto-login extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | mglldflbijilmkimahfloeogpfldnpam |
Official URL | https://chromewebstore.google.com/detail/titech-portal-auto-login/mglldflbijilmkimahfloeogpfldnpam |
Description | No more tedious matrix lookups! |
File Size | 9.48 KB |
Installation Count | 219 |
Current Version | 0.1.1.0 |
Last Updated | 2021-12-03 |
Publish Date | 2019-03-30 |
Rating | 4.50/5 Total 2 Ratings |
Developer | hagward |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/hagward/titechportal-autologin#faq |
Supported Languages | 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\/*" ] } |