Titech Portal Auto-login
No more tedious matrix lookups!
Apa itu Titech Portal Auto-login?
Titech Portal Auto-login adalah ekstensi Chrome yang dikembangkan oleh hagward, dan fitur utamanya adalah "No more tedious matrix lookups!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Titech Portal Auto-login
Unduh file ekstensi Titech Portal Auto-login dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | mglldflbijilmkimahfloeogpfldnpam |
URL Resmi | https://chromewebstore.google.com/detail/titech-portal-auto-login/mglldflbijilmkimahfloeogpfldnpam |
Deskripsi | No more tedious matrix lookups! |
Ukuran File | 9.48 KB |
Jumlah Instalasi | 219 |
Versi Saat Ini | 0.1.1.0 |
Terakhir Diperbarui | 2021-12-03 |
Tanggal Publikasi | 2019-03-30 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | hagward |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/hagward/titechportal-autologin#faq |
Bahasa yang Didukung | 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\/*" ] } |