Super Search
Type 'ss' plus a search term into the Omnibox to open multi-search.
Vad är Super Search?
Super Search är en Chrome-tillägg utvecklad av universeroc, och dess huvudfunktion är "Type 'ss' plus a search term into the Omnibox to open multi-search.".
Tilläggsskärmbilder
Ladda ner Super Search-förlängningens CRX-fil
Ladda ner Super Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Search keyword with multi-search-engine from Omnibox typing ss(Super Search) then backspace or tab and keyword!
Grundläggande Information om Tillägg
Namn | Super Search |
ID | mepciadmhppaochjhmccjicgkopccnpa |
Officiell webbadress | https://chromewebstore.google.com/detail/super-search/mepciadmhppaochjhmccjicgkopccnpa |
Beskrivning | Type 'ss' plus a search term into the Omnibox to open multi-search. |
Filstorlek | 50.33 KB |
Antal Installationer | 43 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2023-07-31 |
Publiceringsdatum | 2023-01-30 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | universeroc |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |