Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoursenseicreeper/gussearchaddon
Browser extension that speeds up searching informations about companies in Poland
https://github.com/yoursenseicreeper/gussearchaddon
browser-extension gus javascript nip poland regon
Last synced: about 1 month ago
JSON representation
Browser extension that speeds up searching informations about companies in Poland
- Host: GitHub
- URL: https://github.com/yoursenseicreeper/gussearchaddon
- Owner: YourSenseiCreeper
- License: mit
- Created: 2023-11-08T12:47:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-08T13:26:47.000Z (about 1 year ago)
- Last Synced: 2023-11-08T14:34:00.754Z (about 1 year ago)
- Topics: browser-extension, gus, javascript, nip, poland, regon
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GUS Search Addon
Addon that helps quick information search using active selection. You can select NIP or REGON numbers eg:
- `NIP: 123 123 12 12`
- `REGON: 001323202`![image](img/1.png)
Selected text MUST CONTAIN `NIP` or `REGON` string! After that you `RIGHT-CLICK` and pick `Znajdz w GUS po REGON lub NIP` to search.
![image](img/2.png)
# Local testing and development
You can debug this addon using Node.js and Visual Studio Code using debugging functionality.
If you want to test this extension in browser then:
1. Go to browser extensions
2. If you cannot see "Load unpacked extension" - look for information how to enable it (or enable some kind of in browser developer mode)
3. Click "Load unpacked"
4. Navigate to repository
5. Test :)