Focus Search Bar
Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.
Was ist Focus Search Bar?
Focus Search Bar ist eine Chrome-Erweiterung, die von Sey entwickelt wurde, und ihr Hauptmerkmal ist "Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.".
Erweiterungsscreenshots
Focus Search Bar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Focus Search Bar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Focus Search Bar |
ID | abhaecacnlenkgboaadpnbllghjdfiik |
Offizielle URL | https://chromewebstore.google.com/detail/focus-search-bar/abhaecacnlenkgboaadpnbllghjdfiik |
Beschreibung | Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE. |
Dateigröße | 29.8 KB |
Installationsanzahl | 193 |
Aktuelle Version | 1.0.7 |
Letztes Update | 2024-02-13 |
Veröffentlichungsdatum | 2020-10-27 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | Sey |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |