https://github.com/diaslui/wts
An extension for Google Chrome to search for keywords or phrases on websites ππ
https://github.com/diaslui/wts
chrome chrome-extension js
Last synced: about 2 months ago
JSON representation
An extension for Google Chrome to search for keywords or phrases on websites ππ
- Host: GitHub
- URL: https://github.com/diaslui/wts
- Owner: diaslui
- License: mit
- Created: 2024-04-18T21:07:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T16:11:11.000Z (about 2 years ago)
- Last Synced: 2025-02-15T16:49:38.541Z (over 1 year ago)
- Topics: chrome, chrome-extension, js
- Language: JavaScript
- Homepage: https://luiisp.github.io/wts-web
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.en.md
- License: LICENSE
Awesome Lists containing this project
README
# WTS - Web Terms Seeker
Tag this project with a star π

WTS is a Google Chrome extension that facilitates searching for terms/keywords on web pages. Simply enter the term to be searched, and WTS will search for matches on the current web page.
### How did the idea for WTS come about?
The idea arose from a personal experience. When reading extensive API documentation, I constantly needed to refer back to sections of the documentation to recall what I had read previously. However, due to the length of the document, this manual task became very tiresome. That's when the idea of ββcreating an extension that would facilitate searching for terms/keywords on the web page emerged.
### How does WTS work?
WTS captures the term to be searched and searches for all occurrences of the term on the current web page, highlighting the found occurrences and providing the option to navigate between them.
## Features
- [β
] Search for terms/keywords on the web page
- [β
] Navigation between found occurrences
- [β
] Highlighting of found occurrences
- [β
] Support for 21 languages (check the supported languages)
### Supported Languages
- `ar` Arabic
- `cs` Czech
- `da` Danish
- `de` German
- `en` English
- `es` Spanish
- `fi` Finnish
- `fil` Filipino
- `fr` French
- `id` Indonesian
- `ja` Japanese
- `ko` Korean
- `nl` Dutch
- `pl` Polish
- `pt_BR` Portuguese (Brazil)
- `pt_PT` Portuguese (Portugal)
- `ro` Romanian
- `ru` Russian
- `sv` Swedish
- `th` Thai
- `tr` Turkish
- `zh_CN` Chinese (China)
> Did you miss your language or notice an error in the translation? You can change this yourself! Read below how to do it
### How to add your own language
* Create a folder with your language prefix (ISO 639-1 Code) in _locates EX: _locates/pt_BR for Portuguese (Brazil) [The location prefixes in ISO 639-1 Code can be seen here](https://www.loc.gov/standards/iso639-2/php/code_list.php)
* Copy the messages.json file from a directory of any language to the folder you created
* Translate the file to your language
* Make the pull request (more information in Contributions)
## Installation
1. Clone the repository (`git clone https://github.com/luiisp/wts`)
2. Open Google Chrome and access `chrome://extensions/`
3. Enable developer mode
4. Click on `Load unpacked`
5. Select the cloned repository folder
6. Go to a web page and use the extension
## Contributions
Contributions are welcome! To contribute, follow the steps below:
1. Fork the project
2. Create a new branch (`git checkout -b feature/newFeature`)
3. Commit your changes (`git commit -m 'Add newFeature'`)
4. Push to the branch (`git push origin feature/newFeature`)
5. Open a Pull Request
6. Await PR review π
## License
Distributed under the MIT license. See `LICENSE` for more information.

Β©2024 WTS