background-search
Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
什麼是background-search?
background-search是由https://0-9.tumblr.com開發的Chrome擴展程式,該擴展的主要功能是“Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…”。
擴展截圖
下載background-search擴展crx文件
下載background-search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Search for selected messages in background tabs.
Chrome's context menu shifts focus to a new tab.
This extension allows you to keep tabs in the background.
see source.
https://github.com/kyo-ago/background-search 擴展基本資訊
| 名稱 | |
| ID | hokopjpmeglhfjpmjboooinnmmnljcom |
| 官方網址 | https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom |
| 簡介 | Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to… |
| 檔案大小 | 8.82 KB |
| 安裝次數 | 112 |
| 目前版本 | 0.4 |
| 更新時間 | 2023-02-18 |
| 上架時間 | 2014-01-06 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://0-9.tumblr.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "background-search",
"version": "0.4",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"128": "img\/128.png"
},
"background": {
"service_worker": ".\/src\/background.js"
},
"options_ui": {
"page": ".\/src\/options.html",
"open_in_tab": false
},
"permissions": [
"storage",
"contextMenus"
]
} | |