https://github.com/maximoospital/meliless
Extension que elimina resultados de MercadoLibre de tus busquedas
https://github.com/maximoospital/meliless
Last synced: 2 months ago
JSON representation
Extension que elimina resultados de MercadoLibre de tus busquedas
- Host: GitHub
- URL: https://github.com/maximoospital/meliless
- Owner: maximoospital
- Created: 2024-09-06T06:13:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T22:24:47.000Z (9 months ago)
- Last Synced: 2025-01-24T19:16:19.320Z (4 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chrome.omnibox - Simple Example
This sample demonstrates the `"omnibox"` manifest key and most of the omnibox APIs.
## Overview
The extension uses the `"omnibox"` manifest key and its parameter `"keyword"`. The extension will print logs to the logs page when the omnibox events are triggered.
## Running this extension
1. Clone this repository.
2. Load this directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
3. Click the extension's action icon to open the logs page.
4. Type `omnix` in the omnibox and press `Space` to see the suggestions.
5. Try to type something to see how the `onInputChanged` event is triggered.
6. Try to left-click or middle-click on the suggestions to see how the `onInputEntered` event is triggered.
7. Try to remove some suggestions by clicking the `x` icon on the right of the suggestion to see how the `onInputCancelled` event is triggered.