Active Search Bar
Active Search Bar
What is Active Search Bar?
Active Search Bar is a Chrome extension developed by https://activesearchbar.me, and its main feature is "Active Search Bar".
Extension Screenshots
Download Active Search Bar Extension CRX File
Download Active Search Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
changes the default search bar to activesearchbar.me
Extension Basic Information
Name | |
ID | pkofdnfadkamabkgjdjcddeopopbdjhg |
Official URL | https://chromewebstore.google.com/detail/active-search-bar/pkofdnfadkamabkgjdjcddeopopbdjhg |
Description | Active Search Bar |
File Size | 7.57 KB |
Installation Count | 783 |
Current Version | 1.1.0 |
Last Updated | 2022-10-03 |
Publish Date | 2021-10-01 |
Rating | 1.06/5 Total 139 Ratings |
Developer | https://activesearchbar.me |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://activesearchbar.me/privacy |
Supported Languages | en-US |
manifest.json | |
{ "background": { "service_worker": "bg.js" }, "action": { "default_icon": "logo128.png" }, "homepage_url": "https:\/\/activesearchbar.me", "chrome_settings_overrides": { "search_provider": { "name": "the web", "keyword": "asb", "search_url": "https:\/\/activesearchbar.me\/search?q={searchTerms}&s=rg_om&u=%USERID%", "favicon_url": "https:\/\/activesearchbar.me\/assets\/searchbar\/favicon.png", "encoding": "UTF-8", "is_default": true } }, "description": "Active Search Bar", "icons": { "128": "logo128.png" }, "manifest_version": 3, "name": "Active Search Bar", "permissions": [ "cookies", "storage", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/activesearchbar.me\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0" } |