WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SearchBar

SearchBar

View on Chrome Web Store
View SearchBar Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (464 ratings)
1 new ratings
4 views
This extension has been viewed 4 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The most efficient way to use your favourite search engines. Search selected text, use customizable hotkeys and much more.
Type
Extension
Users
60,000 users
Jacob H
View author page of Jacob H
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 14, 2012
Version 0.12.0
Manifest version
3
Updated
Updated on December 2, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View SearchBar Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchBar",
    "version": "0.12.0",
    "manifest_version": 3,
    "description": "The most efficient way to use your favourite search engines. Search selected text, use customizable hotkeys and much more.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "start.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "incognito": "split",
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "show\/hide SearchBar",
        "default_popup": "popup.html"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top