NitSig: Sigarra, but Neater
A Neater Sigarra by improving its UI/UX experience and adding new features
NitSig: Sigarra, but Neater란 무엇입니까?
NitSig: Sigarra, but Neater은(는) NIAEFEUP에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Neater Sigarra by improving its UI/UX experience and adding new features"입니다.
확장 프로그램 스크린샷
NitSig: Sigarra, but Neater 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NitSig improves SIGARRA's(insert link) user experience by simplifying and decluttering its UI.Notable features include: - A brand new navigation top bar - A more readable font - Better student and teacher profiles - Collapsible sections in class unit pages - Improved user experience in schedules - Auto login, so you don't have to enter your credentials every time - And many more little improvements! Note* NitSig only works for FEUP's SIGARRA, but support for other faculties is planned.
확장 프로그램 기본 정보
이름 | NitSig: Sigarra, but Neater |
ID | ogjckeklbemdbkcomehlmlelmldecbpa |
공식 URL | https://chromewebstore.google.com/detail/nitsig-sigarra-but-neater/ogjckeklbemdbkcomehlmlelmldecbpa |
설명 | A Neater Sigarra by improving its UI/UX experience and adding new features |
파일 크기 | 631 KB |
설치 횟수 | 150 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-10-03 |
출시 날짜 | 2023-09-21 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | NIAEFEUP |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NitSig: Sigarra, but Neater", "short_name": "NitSig", "description": "A Neater Sigarra by improving its UI\/UX experience and adding new features", "version": "1.0.3", "manifest_version": 3, "icons": { "16": "images\/logo\/logo-16.png", "32": "images\/logo\/logo-32.png", "48": "images\/logo\/logo-48.png", "128": "images\/logo\/logo-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/sigarra.up.pt\/feup\/*" ], "css": [ "css\/simpler.css", "css\/custom.css", "css\/icons.css", "css\/teacherPage.css", "css\/classPage.css", "css\/profilePage.css", "css\/card.css", "css\/expandableCard.css" ] }, { "run_at": "document_end", "matches": [ "https:\/\/sigarra.up.pt\/feup\/*" ], "js": [ "dist\/main.js" ] }, { "matches": [ "*:\/\/sigarra.up.pt\/*\/web_page.inicial" ], "css": [ "css\/homepage.css" ] } ], "web_accessible_resources": [ { "resources": [ "css\/main.css", "css\/custom.css", "css\/simpler.css", "js\/override-functions.js", "css\/icons.css", "images\/publicationWebsiteLogo\/*", "images\/FEUP.svg", "images\/feup-map.svg" ], "matches": [ "https:\/\/sigarra.up.pt\/*" ] } ], "host_permissions": [ "https:\/\/sigarra.up.pt\/*" ], "action": { "default_icon": { "16": "images\/logo\/logo-16.png", "32": "images\/logo\/logo-32.png", "48": "images\/logo\/logo-48.png" }, "default_title": "NitSig", "default_popup": "index.html" }, "permissions": [ "storage", "tabs", "cookies" ], "background": { "service_worker": "background.js", "type": "module" } } |