Tokyotech Matrix Auto Complete
This extension let you login Tokyo Tech Portal easily
What is Tokyotech Matrix Auto Complete?
Tokyotech Matrix Auto Complete is a Chrome extension developed by https://sh8.io, and its main feature is "This extension let you login Tokyo Tech Portal easily".
Extension Screenshots
Download Tokyotech Matrix Auto Complete Extension CRX File
Download Tokyotech Matrix Auto Complete 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
This extension let you login Tokyo Tech Portal easily
Extension Basic Information
Name | Tokyotech Matrix Auto Complete |
ID | gflhfdbmjaoihkeihamfkdichcmeafkf |
Official URL | https://chromewebstore.google.com/detail/tokyotech-matrix-auto-com/gflhfdbmjaoihkeihamfkdichcmeafkf |
Description | This extension let you login Tokyo Tech Portal easily |
File Size | 38.47 KB |
Installation Count | 92 |
Current Version | 1.13 |
Last Updated | 2020-04-01 |
Publish Date | 2020-03-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://sh8.io |
Payment Type | free |
Extension Website | https://github.com/sh8/titech_matrix |
Help Page URL | https://github.com/sh8/titech_matrix |
Supported Languages | 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" ] } |