Focuser
Set the focus on search boxes without using the mouse
什麼是Focuser?
Focuser是由porkopek開發的Chrome擴展程式,該擴展的主要功能是“Set the focus on search boxes without using the mouse”。
擴展截圖
下載Focuser擴展crx文件
下載Focuser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
(shortcut: Esc key) Set the focus on search boxes without using the mouse. For those who love to be productive. This extension grew out of my daily need, in my job as a Portuguese to Spanish translator, to focus the search fields on several sites without using the mouse. When we want to be productive, having to leave the keyboard to grab the mouse and click on a search field can waste our time. Therefore, this extension allows you to focus the search field by pressing the Esc key. Very useful on sites like Google, Wikipedia, Linguee, etc.
擴展基本資訊
名稱 | Focuser |
ID | mnnhidokencgjcgojhfgcjeeldjhncmb |
官方網址 | https://chromewebstore.google.com/detail/focuser/mnnhidokencgjcgojhfgcjeeldjhncmb |
簡介 | Set the focus on search boxes without using the mouse |
檔案大小 | 6.56 KB |
安裝次數 | 147 |
目前版本 | 2.0.0.0 |
更新時間 | 2021-10-08 |
上架時間 | 2017-11-10 |
評分 | 4.80/5 共 5 次評分 |
開發者 | porkopek |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/porkopek/Focuser |
說明頁面URL | https://github.com/porkopek/Focuser/blob/master/README.md |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focuser", "short_name": "Focuser", "version": "2.0.0.0", "description": "Set the focus on search boxes without using the mouse", "icons": { "64": "search.png", "32": "search32.png", "128": "search128.png" }, "browser_action": { "default_icon": "search128.png", "default_popup": "popup.html", "default_title": "Focus search boxes" }, "content_scripts": [ { "matches": [ " |