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
拡張機能の基本情報
名前 | mercury |
ID | jecgkhhikedmghacamdomkngdfdodbcb |
公式URL | 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" } } } } |