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:
11
lob.li crx/background.html
Normal file
11
lob.li crx/background.html
Normal 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>
|
Reference in New Issue
Block a user