Skip to content

Commit b60811e

Browse files
committed
update readme, add first release
1 parent 545db66 commit b60811e

File tree

4 files changed

+26
-12
lines changed

4 files changed

+26
-12
lines changed

README.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
1-
## Directions to use
2-
1) Clone the project
3-
2) Load the unpacked chrome extension
4-
3) Go to vtop DA section
5-
4) Click anywhere on the blank screen (has an 'click' event listener)
6-
5) See the deadline of all the upcoming DAs with download link if any.
1+
## Installation
2+
1) Go to <a href="chrome://extensions"> Chrome Extensions </a>
3+
2) Turn on developer mode on upper right corner
74

8-
PS: When uploading, just let it load first (Click anywhere to get the complete list), once loaded
9-
then proceed to upload. It's a bug I'm trying to resolve.
5+
![Turn Dev](https://i.ibb.co/SV7dZMS/turnDev.png)
106

7+
3) Reload/refresh the chrome://extensions page
8+
4) Download the latest .crx file from the <a href="https://github.com/sudonims/vtop-da-deadline/releases"> Releases </a>
9+
5) Ignore the warnings.
10+
6) Drag the downloaded file to the extensions page
11+
12+
![Drag CRX](https://i.ibb.co/f196VWC/dragcrx.png)
13+
14+
7) Hit Accept.
15+
16+
17+
## How to use
18+
1) Go to DA upload section and select the semester.
19+
2) Once loaded, simple click anywhere on the screen and the upcoming DAs' due dates would be shown.
20+
3) Cheers !!
21+
22+
```
23+
PS: When uploading DA, just let it load first (Click anywhere to get the complete list),
24+
once loaded then proceed to upload. It's a bug I'm trying to resolve.
25+
```
1126
## Example
12-
13-
![Example](example.gif)
27+
28+
![Example](https://i.ibb.co/3zWbR2w/Screenshot-from-2020-08-13-22-11-58.png)

content.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ async function assignments(doc) {
4848
}
4949

5050
document.addEventListener('click', async function () {
51-
// Get Reg. No
5251
var check;
5352
try {
5453
if(typeof(check = document.getElementsByTagName('form')[0].getAttribute('id')) != undefined) {

example.gif

-1.18 MB
Binary file not shown.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author":"sudonims",
33
"manifest_version": 2,
4-
"name": "Easy DA",
4+
"name": "ExVTOP (Extended VTOP)",
55
"version": "0.5.0",
66
"description": "Easily see DA",
77
"content_scripts": [

0 commit comments

Comments
 (0)