main grade distribution functionality done

This commit is contained in:
10001shh
2018-07-04 22:05:39 -05:00
parent 8caac6b988
commit 4a867b4c70
5 changed files with 83 additions and 23 deletions

View File

@@ -10,3 +10,6 @@ chrome.runtime.onMessage.addListener(function(request, sender, response) {
xhr.send(request.data);
return true;
});