mercury
Type-to-search your open tabs
什麼是mercury?
mercury是由https://benvan.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Type-to-search your open tabs”。
擴展截圖
下載mercury擴展crx文件
下載mercury擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Mercury is a simple, fast tab finder.
Cmd+Shift+i (mac)
Ctrl+Shift+L (windows/linux)
Open the search, type to filter.
- up/down : navigate
- enter : select tab
- [cmd/ctrl]-backspace : close highlighted tab 擴展基本資訊
| 名稱 | |
| ID | jecgkhhikedmghacamdomkngdfdodbcb |
| 官方網址 | https://chromewebstore.google.com/detail/mercury/jecgkhhikedmghacamdomkngdfdodbcb |
| 簡介 | Type-to-search your open tabs |
| 檔案大小 | 18.51 KB |
| 安裝次數 | 139 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2017-11-21 |
| 上架時間 | 2017-11-21 |
| 評分 | 5.00/5 共 9 次評分 |
| 開發者 | https://benvan.co.uk |
| 付費類型 | free |
| 擴展官網 | http://benvan.co.uk |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "mercury",
"description": "Type-to-search your open tabs",
"version": "1.1.0",
"offline_enabled": true,
"author": "Ben van Enckevort",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": {
"38": "icons\/icon-38.png",
"19": "icons\/icon-19.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"icons": {
"128": "icons\/icon-128.png",
"48": "icons\/icon-48.png",
"16": "icons\/icon-16.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"linux": "Ctrl+Shift+L",
"mac": "Command+Shift+I"
}
}
}
} | |