Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcandy2/select-like-a-boss
Select link's text just like a regular text (like in Opera'12 browser) - Select like a Boss ;)
https://github.com/lcandy2/select-like-a-boss
chrome-extension chrome-extensions extension-chrome firefox-addon firefox-extension firefox-extensions firefox-webextension opera
Last synced: 7 days ago
JSON representation
Select link's text just like a regular text (like in Opera'12 browser) - Select like a Boss ;)
- Host: GitHub
- URL: https://github.com/lcandy2/select-like-a-boss
- Owner: lcandy2
- License: mpl-2.0
- Created: 2021-09-14T10:12:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T06:09:37.000Z (2 months ago)
- Last Synced: 2024-10-04T21:12:13.827Z (about 1 month ago)
- Topics: chrome-extension, chrome-extensions, extension-chrome, firefox-addon, firefox-extension, firefox-extensions, firefox-webextension, opera
- Language: TypeScript
- Homepage: https://lcandy2.github.io/Select-like-a-Boss/
- Size: 2.37 MB
- Stars: 43
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Select like a BossSelect link's text just like a regular text - Select like a Boss ;)
Select like a Boss is a browser extension that allows you to easily select link text just like regular text, making it easier to copy. With this extension, you can quickly select and copy link text without the hassle of selecting the surrounding elements.
## Get
## Features
select
↔
like a regular text
drag
↕
up or down
- Seamlessly select link text just like regular text.
- Simplify the process of copying link text.
- Works on all web pages.*Note: some links can be unselectable*
[Demo Video](https://www.youtube.com/watch?v=yuIxgUed_UA)
## Build
1. Clone this repository and navigate to the cloned directory:
2. Install the required dependencies:
```shell
npm install
```3. Build the extension:
```shell
npm run build -- [--chrome --firefox]
```By default, running `npm run build` will generate the extension files in the `build` directory for both Chrome and Firefox.
To generate the files for a specific browser, use the appropriate flag:
- `--chrome` to generate the files for Chrome only.
- `--firefox` to generate the files for Firefox only.For example, to build the extension only for Chrome, run:
```shell
npm run build -- --chrome
```## Contributing
Contributions are welcome! If you find a bug or have a suggestion for improvement, please open an issue or submit a pull request.
## License
This project is licensed under the MPL-2.0 license. See the [LICENSE](LICENSE) file for details.