Laser Search

A list of ''specialist'' Search Engines useful for when you need to find very specific information.

Laser Search là gì?

Laser Search là một tiện ích mở rộng Chrome được phát triển bởi codegcode0, và tính năng chính của nó là "A list of ''specialist'' Search Engines useful for when you need to find very specific information.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Laser Search 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

                        This extension features a collection of over 80 niche search engines.
If you need to find audio files for download, eBooks, historic speeches, drug information, math and physics calculations, audio from files from NASA's missions e.t.c - this extension will bring all that to you in a single pop-up.

If ever you need to browse the list in a new tab with details then you can click on the "Open in New Tab" button and then browse openly.                    

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

Tên Laser Search Laser Search
ID gecbhbocnagefhpideoilgnalhnghfpa
URL Chính Thức https://chromewebstore.google.com/detail/laser-search/gecbhbocnagefhpideoilgnalhnghfpa
Mô tả A list of ''specialist'' Search Engines useful for when you need to find very specific information.
Kích Thước Tệp 752 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-06-29
Ngày Phát Hành 2022-06-29
Nhà Phát Triển codegcode0
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Laser Search",
    "description": "A list of ''specialist'' Search Engines useful for when you need to find very specific information.",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Laser Search",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "LaserSearchIcon.png",
            "32": "LaserSearchIcon.png",
            "48": "LaserSearchIcon.png",
            "128": "LaserSearchIcon.png"
        }
    },
    "icons": {
        "16": "LaserSearchIcon.png",
        "32": "LaserSearchIcon.png",
        "48": "LaserSearchIcon.png",
        "128": "LaserSearchIcon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}