Laser Search

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

Laser Searchคืออะไร?

Laser Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย codegcode0 และคุณลักษณะหลักของมันคือ "A list of ''specialist'' Search Engines useful for when you need to find very specific information."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Laser Search

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}