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