LeapSearch

Smart search assistant

LeapSearch là gì?

LeapSearch là một tiện ích mở rộng Chrome được phát triển bởi mugesoft, và tính năng chính của nó là "Smart search assistant".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LeapSearch

Tải xuống các tệp mở rộng LeapSearch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LeapSearch LeapSearch
ID lapaieaegaclofackbjhjhbhfiplcgki
URL Chính Thức https://chromewebstore.google.com/detail/leapsearch/lapaieaegaclofackbjhjhbhfiplcgki
Mô tả Smart search assistant
Kích Thước Tệp 230 KB
Số Lần Cài Đặt 432
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2023-08-06
Ngày Phát Hành 2023-02-08
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển mugesoft
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}