BetterSearch

Better Search For 42 intra with fuzzy matching

BetterSearch란 무엇입니까?

BetterSearch은(는) ReversableCode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better Search For 42 intra with fuzzy matching"입니다.

확장 프로그램 스크린샷

screenshot

BetterSearch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 BetterSearch BetterSearch
ID hmlgbdlbcapchjcoipkcmnhmnlgnjanb
공식 URL https://chromewebstore.google.com/detail/bettersearch/hmlgbdlbcapchjcoipkcmnhmnlgnjanb
설명 Better Search For 42 intra with fuzzy matching
파일 크기 10.22 KB
설치 횟수 60
현재 버전 1.0
최근 업데이트 2023-06-13
출시 날짜 2023-06-13
평점 5.00/5 총 3 개의 평점
개발자 ReversableCode
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}