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
公式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
Eメール [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"
    ]
}