Focus Search Bar
Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.
Focus Search Barとは何ですか?
Focus Search BarはSeyによって開発されたChromeの拡張機能で、その主な機能は「Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.」です。
拡張機能のスクリーンショット
Focus Search Bar拡張機能のCRXファイルをダウンロード
Focus Search Bar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extention is used to increase productivity of the users by allowing them focus the cursor to the search bar on supported websites like youtube, facebook etc.
拡張機能の基本情報
名前 | Focus Search Bar |
ID | abhaecacnlenkgboaadpnbllghjdfiik |
公式URL | https://chromewebstore.google.com/detail/focus-search-bar/abhaecacnlenkgboaadpnbllghjdfiik |
説明 | Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE. |
ファイルサイズ | 29.8 KB |
インストール数 | 193 |
現在のバージョン | 1.0.7 |
最終更新日 | 2024-02-13 |
公開日 | 2020-10-27 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | Sey |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Focus Search Bar", "description": "Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.", "version": "1.0.7", "short_name": "FSB", "icons": { "16": "img\/icon\/icon16.png", "32": "img\/icon\/icon32.png", "48": "img\/icon\/icon48.png", "128": "img\/icon\/icon128.png" }, "action": { "default_icon": { "16": "img\/icon\/icon16.png", "32": "img\/icon\/icon32.png", "48": "img\/icon\/icon48.png", "128": "img\/icon\/icon128.png" } }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ] } ] } |