1
0
mirror of https://github.com/gamaio/lobli.git synced 2025-08-13 18:28:47 +00:00

Chrome extension for lob.li.

Untested with the API
This commit is contained in:
alopexc0de
2014-08-18 20:50:30 -04:00
parent ea1a3a4c10
commit e395ac49e8
10 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<title>lobli background</title>
<script src="js/background.js"></script>
<script src="js/contextmenu.js"></script>
</head>
<body>
<textarea id="clipboard"></textarea>
</body>
</html>