Laser Search
A list of ''specialist'' Search Engines useful for when you need to find very specific information.
What is Laser Search?
Laser Search is a Chrome extension developed by codegcode0, and its main feature is "A list of ''specialist'' Search Engines useful for when you need to find very specific information.".
Extension Screenshots
Download Laser Search Extension CRX File
Download Laser Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Laser Search |
ID | gecbhbocnagefhpideoilgnalhnghfpa |
Official URL | https://chromewebstore.google.com/detail/laser-search/gecbhbocnagefhpideoilgnalhnghfpa |
Description | A list of ''specialist'' Search Engines useful for when you need to find very specific information. |
File Size | 752 KB |
Installation Count | 48 |
Current Version | 1.0.0 |
Last Updated | 2022-06-29 |
Publish Date | 2022-06-29 |
Developer | codegcode0 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |