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