LeapSearch

Smart search assistant

什麼是LeapSearch?

LeapSearch是由mugesoft開發的Chrome擴展程式,該擴展的主要功能是“Smart search assistant”。

擴展截圖

screenshot

下載LeapSearch擴展crx文件

下載LeapSearch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}