Laser Search

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

什么是Laser Search?

Laser Search是由codegcode0开发的Chrome扩展程序,该扩展的主要功能是“A list of ''specialist'' Search Engines useful for when you need to find very specific information.”。

扩展截图

screenshot
screenshot

下载Laser Search扩展crx文件

下载Laser Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Laser Search Laser Search
ID gecbhbocnagefhpideoilgnalhnghfpa
官方URL https://chromewebstore.google.com/detail/laser-search/gecbhbocnagefhpideoilgnalhnghfpa
简介 A list of ''specialist'' Search Engines useful for when you need to find very specific information.
文件大小 752 KB
安装次数 48
当前版本 1.0.0
更新时间 2022-06-29
上架时间 2022-06-29
开发者 codegcode0
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}