BetterSearch
Better Search For 42 intra with fuzzy matching
O que é BetterSearch?
BetterSearch é uma extensão do Chrome desenvolvida por ReversableCode, e sua principal característica é "Better Search For 42 intra with fuzzy matching".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BetterSearch
Baixe arquivos de extensão BetterSearch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Supercharge your search within Intra42 with our Fuzzy Search Extender Chrome extension! Seamlessly incorporate fuzzy matching into your search experience on intra.42.fr, making the search process more flexible and forgiving. This extension improves the existing search function on intra.42.fr by applying a fuzzy matching algorithm to your queries. With fuzzy matching, you don't need to type in exact search phrases to find what you're looking for. Instead, the algorithm considers approximate string matches, allowing for minor errors such as misspellings, transpositions, and incomplete phrases. Disclaimer : This unofficial extension is in no way affiliated with, authorized, maintained, sponsored or endorsed by 42. This is an independent and unofficial Chrome extension made by a student from 42network.
Informações Básicas da Extensão
Nome | BetterSearch |
ID | hmlgbdlbcapchjcoipkcmnhmnlgnjanb |
URL Oficial | https://chromewebstore.google.com/detail/bettersearch/hmlgbdlbcapchjcoipkcmnhmnlgnjanb |
Descrição | Better Search For 42 intra with fuzzy matching |
Tamanho do Arquivo | 10.22 KB |
Contagem de Instalações | 60 |
Versão Atual | 1.0 |
Última Atualização | 2023-06-13 |
Data de Publicação | 2023-06-13 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | ReversableCode |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BetterSearch", "description": "Better Search For 42 intra with fuzzy matching", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "scripting", "webNavigation" ], "host_permissions": [ "https:\/\/profile.intra.42.fr\/searches\/search" ], "action": { "default_icon": { "16": "\/images\/favicon-16x16.png", "32": "\/images\/favicon-32x32.png" } }, "icons": { "16": "\/images\/favicon-16x16.png", "32": "\/images\/favicon-32x32.png" } } |