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! 擴展基本資訊
| 名稱 | |
| ID | mepciadmhppaochjhmccjicgkopccnpa |
| 官方網址 | 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"
}
} | |