Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dependencies #105

Merged
merged 2 commits into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"overrides": [
Expand All @@ -11,9 +10,9 @@
}
},
{
"files": ["**/*.json", "**/*.yaml", "**/*.yml"],
"files": ["**/*.js", "**/*.css", "**/*.scss"],
"options": {
"tabWidth": 2
"tabWidth": 4
}
}
]
Expand Down
63 changes: 31 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ Feature packed with automatic dark/light mode, copy to clipboard, keyboard short

Website: https://link-extractor.cssnr.com/

* [Install](#Install)
* [Features](#Features)
- [Upcoming Features](#Upcoming-Features)
- [Known Issues](#Known-Issues)
* [Configuration](#Configuration)
* [Support](#Support)
* [Development](#Development)
- [Building](#Building)
* [Contributing](#Contributing)
- [Install](#Install)
- [Features](#Features)
- [Upcoming Features](#Upcoming-Features)
- [Known Issues](#Known-Issues)
- [Configuration](#Configuration)
- [Support](#Support)
- [Development](#Development)
- [Building](#Building)
- [Contributing](#Contributing)

## Install

* [Google Chrome Web Store](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)
* [Mozilla Firefox Add-ons](https://addons.mozilla.org/addon/link-extractor)
- [Google Chrome Web Store](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)
- [Mozilla Firefox Add-ons](https://addons.mozilla.org/addon/link-extractor)

[![Chrome](https://raw.githubusercontent.com/smashedr/logo-icons/master/browsers/chrome_48.png)](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)
[![Firefox](https://raw.githubusercontent.com/smashedr/logo-icons/master/browsers/firefox_48.png)](https://addons.mozilla.org/addon/link-extractor)
Expand All @@ -57,38 +57,37 @@ Please submit a [Feature Request](https://github.com/cssnr/link-extractor/discus
new features.
For any issues, bugs or concerns; please [Open an Issue](https://github.com/cssnr/link-extractor/issues/new).

* Extract All Links and Domains from Any Site
* Extract Links from Selected Text on any Site
* Extract Links from Clipboard or Any Text
* Extract Links from All Selected Tabs
* Extract Links from PDF Documents
* Copy Selected Links with right-click Menu
* Display Additional Link Details and Text
* Open Multiple Links in Tabs from Text
* Download Links and Domains as a Text File
* Copy the Text from a Link via Context Menu
* Quick Filter Links with a Regular Expression
* Store Regular Expressions for Quick Filtering
* Import and Export Saved Regular Expressions
* Automatic Dark/Light Mode based on Browser Setting
* Activate from Popup, Context Menu, Keyboard Shortcuts or Omnibox
- Extract All Links and Domains from Any Site
- Extract Links from Selected Text on any Site
- Extract Links from Clipboard or Any Text
- Extract Links from All Selected Tabs
- Extract Links from PDF Documents
- Copy Selected Links with right-click Menu
- Display Additional Link Details and Text
- Open Multiple Links in Tabs from Text
- Download Links and Domains as a Text File
- Copy the Text from a Link via Context Menu
- Quick Filter Links with a Regular Expression
- Store Regular Expressions for Quick Filtering
- Import and Export Saved Regular Expressions
- Automatic Dark/Light Mode based on Browser Setting
- Activate from Popup, Context Menu, Keyboard Shortcuts or Omnibox

[![Link Extractor Screenshots](/assets/banner.jpg)](https://link-extractor.cssnr.com/screenshots/)

### Upcoming Features

* Option to Extract Links from All Text Files (PDF Extraction currently in Beta)
* Option to Set Names/Titles for Saved Filters
* Option to Extract Using Multiple Filters with AND/OR
- Option to Extract Links from All Text Files (PDF Extraction currently in Beta)
- Option to Set Names/Titles for Saved Filters
- Option to Extract Using Multiple Filters with AND/OR

> [!TIP]
> **Don't see your feature here?**
> [!TIP] > **Don't see your feature here?**
> Request one on
> the [Feature Request Discussion](https://github.com/cssnr/link-extractor/discussions/categories/feature-requests).

### Known Issues

- Unable to grant host permissions on Kiwi Browser (Kiwi is expected to update before the end of the year).
- Unable to grant host permissions on Kiwi Browser (Kiwi is expected to update before the end of the year).

For more information see the [FAQ](https://link-extractor.cssnr.com/faq/).

Expand Down
Loading