1
0
mirror of https://github.com/gamaio/lobli.git synced 2024-12-22 19:52:40 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
David Todd
371b00f452
Create the context menu when chrome starts.
This should fix a bug I've been experiencing where the context menu would not exist until I uninstall the extension and install it again from the chrome webstore
2014-12-09 14:38:55 -06:00
David Todd
26faf57b8b
Move from beta to version 1.0.1, comment out future API code
The chrome extension won't work with the API key code (as I haven't added that to the API yet).
Also included is the current copy of the chrome extension that's on the webstore
2014-10-20 20:42:17 -05:00
David Todd
3cc8511a91
Clean up APIkey stuff and add link stats
Link stats is not complete.
Actually, I haven't written any of these API functions yet now that I think about it...
2014-09-19 20:59:07 -04:00
David Todd
4aa2c0b7c0
Add more API functions
The primary functions are using a server presented API key, appeneded to
all requests (except testAPIKey and GetNewAPIKey).
Also downloads a new key on startup if not in the storage
2014-09-19 15:35:41 -04:00
alopexc0de
6eb32ed84f
Minor mod to API, make chrome extension work with beta
@Doridian recommended being able to change expiring time, so I did that
Chrome extension now shortens links with the beta right in the browser
2014-08-29 17:54:26 -04:00
alopexc0de
fb5ccdce5e
Change the IF statements to a switch
This is to make it easier to add new responses in the future instead of having many different IF statements.
2014-08-29 11:22:37 -04:00
alopexc0de
e395ac49e8
Chrome extension for lob.li.
Untested with the API
2014-08-18 20:50:30 -04:00