diff --git a/manifest.json b/manifest.json index 77ce81d..1e3761c 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "description": "Easily extract, parse, or open all links/domains from a site or text with optional filters.", "homepage_url": "https://link-extractor.cssnr.com/", "author": "Shane", - "version": "0.6.0", + "version": "0.6.1", "manifest_version": 3, "commands": { "_execute_action": { diff --git a/src/css/lazy.css b/src/css/lazy.css new file mode 100644 index 0000000..a7b87c4 --- /dev/null +++ b/src/css/lazy.css @@ -0,0 +1,5 @@ +/* CSS for lazy.html */ + +body { + background-color: #1c1b21; +} diff --git a/src/html/lazy.html b/src/html/lazy.html new file mode 100644 index 0000000..5a521d6 --- /dev/null +++ b/src/html/lazy.html @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/html/options.html b/src/html/options.html index 19ae33b..4ce7059 100644 --- a/src/html/options.html +++ b/src/html/options.html @@ -52,6 +52,15 @@

Link Extractor

+
+ + +
+
+ + +