Super Search
Type 'ss' plus a search term into the Omnibox to open multi-search.
What is Super Search?
Super Search is a Chrome extension developed by universeroc, and its main feature is "Type 'ss' plus a search term into the Omnibox to open multi-search.".
Extension Screenshots
Download Super Search Extension CRX File
Download Super 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
Search keyword with multi-search-engine from Omnibox typing ss(Super Search) then backspace or tab and keyword!
Extension Basic Information
Name | Super Search |
ID | mepciadmhppaochjhmccjicgkopccnpa |
Official URL | https://chromewebstore.google.com/detail/super-search/mepciadmhppaochjhmccjicgkopccnpa |
Description | Type 'ss' plus a search term into the Omnibox to open multi-search. |
File Size | 50.33 KB |
Installation Count | 43 |
Current Version | 0.1.1 |
Last Updated | 2023-07-31 |
Publish Date | 2023-01-30 |
Rating | 4.00/5 Total 1 Ratings |
Developer | universeroc |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Super Search", "version": "0.1.1", "description": "Type 'ss' plus a search term into the Omnibox to open multi-search.", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Super Search", "default_popup": "popup.html" }, "permissions": [ "storage" ], "omnibox": { "keyword": "ss" } } |