Focus Search
Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space
Focus Search란 무엇입니까?
Focus Search은(는) Ben McLeod에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space"입니다.
확장 프로그램 스크린샷
Focus Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing Focus Search - a revolutionary browser extension that streamlines your web browsing experience by seamlessly selecting the search bar on any website. With this ingenious addon, there's no need to break your flow and reach for your mouse just to click on the search box - simply start typing right away with the convenience of your keyboard. Not only does this cutting-edge extension improve accessibility for all websites with a search bar, it also elevates your browsing quality of life with its intuitive design and hassle-free functionality. Say goodbye to tedious clicking and hello to a more efficient browsing experience with Focus Search. The best bit? It works automatically! Simply add to your browser and watch it go! Need to re-select the search box after clicking away? Just hit CTRL + SPACE and the addon will re-select the search box for you!
확장 프로그램 기본 정보
이름 | Focus Search |
ID | obpjnhenhageebpgaaidbokphnniilji |
공식 URL | https://chromewebstore.google.com/detail/focus-search/obpjnhenhageebpgaaidbokphnniilji |
설명 | Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space |
파일 크기 | 240 KB |
설치 횟수 | 53 |
현재 버전 | 1.7 |
최근 업데이트 | 2023-11-15 |
출시 날짜 | 2023-04-06 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | Ben McLeod |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://fs.ben-mcleod.com/ |
도움말 페이지 URL | https://fs.ben-mcleod.com/ |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Focus Search", "version": "1.7", "description": "Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space", "icons": { "16": "img\/small.png", "48": "img\/medium.png", "128": "img\/large.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "img\/small.png", "48": "img\/medium.png", "128": "img\/large.png" } }, "content_scripts": [ { "matches": [ " |