Commit Graph

117 Commits

Author SHA1 Message Date
David Welch a668da05a1 Increase the maximum number of URLs queued.
The number of URLs queued is restricted to ~60 because the queue is stored as a single item and is therefore is restricted to 8k.
Instead store each URLs as a separate item with a name 'qi'+number and gather them into a single array when loading/storing.
2020-11-25 19:38:18 +00:00
Bauke 792bd26d4f
Use the tab title when adding from tab menu. 2020-11-20 19:02:15 +01:00
Bauke 4aef9cae6e
Fix the clone and install script. 2020-11-20 15:01:33 +01:00
Bauke 6f88a5f8b8
Add a bunch of stuff to the Readme. 2020-11-20 14:58:32 +01:00
Bauke 5966de4307
Update dependencies. 2020-11-20 03:40:43 +01:00
Bauke ec9f64e1d3
Add a link to Liberapay. 2020-11-16 22:46:01 +01:00
Bauke e1cbcc8d9b
Add a menu item to open the options page. 2020-11-16 22:38:44 +01:00
Bauke b2d92796a9
Add a menu item to open the next link in a new tab. 2020-11-16 22:28:31 +01:00
Bauke 13cd59bbe0
If the next link can't be opened in the current tab, create a new one for it instead. 2020-11-16 22:17:56 +01:00
Bauke 93a665dc63
Add some text to the version number when Queue is updated. 2020-11-14 18:24:20 +01:00
Bauke a651cd1138
Use the Love Dark variable instead. 2020-11-14 18:21:17 +01:00
Bauke fe9509cec0
Allow tabs to be right-clicked and added to queue. 2020-11-14 14:12:49 +01:00
Bauke 6ce6b9ba28
Add a badge to the extension icon that shows the number of items saved. 2020-11-12 22:42:21 +01:00
Bauke 182d7afaf2
Fix delete item button alignment. 2020-11-11 19:10:30 +01:00
Bauke 0f115971c6
Fix dates not being initialized when retrieved from storage. 2020-11-11 18:47:21 +01:00
Bauke 5798eefb72
Add the AMO ID and use sync storage instead of local. 2020-11-11 18:34:59 +01:00
Bauke badcdb39c7
Initial 0.1.0 commit! 🎉 2020-11-11 18:17:37 +01:00