LeapSearch

Smart search assistant

LeapSearch란 무엇입니까?

LeapSearch은(는) mugesoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart search assistant"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Switch between different Search Engines EFFICIENTLY!

LeapSearch is a search tool that allows users to quickly and easily switch between different search engines when searching online. 

It provides a convenient way to compare results from different search engines and find the most relevant information. Additionally, it could also help users save time by allowing them to quickly switch between search engines, rather than manually entering the same query multiple times.
 
It also allows users to customize their search engine preferences and save their favorite search engines for easy access. 

This extension is designed to make searching online more efficient and effective, allowing users to quickly find the information they need.

Contact with me:
Twitter: https://twitter.com/muge_soft
Email: [email protected]                    

확장 프로그램 기본 정보

이름 LeapSearch LeapSearch
ID lapaieaegaclofackbjhjhbhfiplcgki
공식 URL https://chromewebstore.google.com/detail/leapsearch/lapaieaegaclofackbjhjhbhfiplcgki
설명 Smart search assistant
파일 크기 230 KB
설치 횟수 432
현재 버전 0.1.5
최근 업데이트 2023-08-06
출시 날짜 2023-02-08
평점 4.50/5 총 2 개의 평점
개발자 mugesoft
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LeapSearch",
    "description": "Smart search assistant",
    "version": "0.1.5",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon_16x16.png",
        "32": "icons\/icon_32x32.png",
        "48": "icons\/icon_48x48.png",
        "128": "icons\/icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "scripts\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}