Titech Matrix Auto Complete
This extension let you login Tokyo Tech Portal easily
What is Titech Matrix Auto Complete?
Titech Matrix Auto Complete is a Chrome extension developed by imokenpi3475, and its main feature is "This extension let you login Tokyo Tech Portal easily".
Extension Screenshots
Download Titech Matrix Auto Complete Extension CRX File
Download Titech 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
Extension Basic Information
Name | Titech Matrix Auto Complete |
ID | cmgdfekapggmapckikbjjlcnkfojbpbf |
Official URL | https://chromewebstore.google.com/detail/titech-matrix-auto-comple/cmgdfekapggmapckikbjjlcnkfojbpbf |
Description | This extension let you login Tokyo Tech Portal easily |
File Size | 38.47 KB |
Installation Count | 14 |
Current Version | 1.11 |
Last Updated | 2016-05-12 |
Publish Date | 2016-05-12 |
Rating | 1.00/5 Total 1 Ratings |
Developer | imokenpi3475 |
Payment Type | free |
Extension Website | https://github.com/shun3475/titech_matrix |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Titech Matrix Auto Complete", "description": "This extension let you login Tokyo Tech Portal easily", "version": "1.11", "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" ] } |