Super Search
Type 'ss' plus a search term into the Omnibox to open multi-search.
什么是Super Search?
Super Search是由universeroc开发的Chrome扩展程序,该扩展的主要功能是“Type 'ss' plus a search term into the Omnibox to open multi-search.”。
扩展截图
下载Super Search扩展crx文件
下载Super Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search keyword with multi-search-engine from Omnibox typing ss(Super Search) then backspace or tab and keyword!
扩展基本信息
名称 | Super Search |
ID | mepciadmhppaochjhmccjicgkopccnpa |
官方URL | https://chromewebstore.google.com/detail/super-search/mepciadmhppaochjhmccjicgkopccnpa |
简介 | Type 'ss' plus a search term into the Omnibox to open multi-search. |
文件大小 | 50.33 KB |
安装次数 | 43 |
当前版本 | 0.1.1 |
更新时间 | 2023-07-31 |
上架时间 | 2023-01-30 |
评分 | 4.00/5 共1次评分 |
开发者 | universeroc |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |