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.”。

擴展截圖

screenshot

下載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 Focus Search Bar
ID abhaecacnlenkgboaadpnbllghjdfiik
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}