Micro Search Chrome Extension
Micro Search
What is Micro Search Chrome Extension?
Micro Search Chrome Extension is a Chrome extension developed by https://microsearch.me, and its main feature is "Micro Search".
Extension Screenshots
Download Micro Search Chrome Extension Extension CRX File
Download Micro Search Chrome Extension 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
makes micro search internal company search engine to default
Extension Basic Information
Name | |
ID | bbgbmlkfflffccognkcbbmkakbejnado |
Official URL | https://chromewebstore.google.com/detail/micro-search-chrome-exten/bbgbmlkfflffccognkcbbmkakbejnado |
Description | Micro Search |
File Size | 7.83 KB |
Installation Count | 20,852 |
Current Version | 2.4.0 |
Last Updated | 2022-09-24 |
Publish Date | 2021-02-03 |
Rating | 1.00/5 Total 117 Ratings |
Developer | https://microsearch.me |
[email protected] | |
Payment Type | free |
Extension Website | https://microsearch.me |
Privacy Policy Page URL | https://microsearch.me/privacy |
Supported Languages | en-US |
manifest.json | |
{ "background": { "service_worker": "bg.js" }, "action": { "default_icon": "logo.png" }, "homepage_url": "https:\/\/microsearch.me", "chrome_settings_overrides": { "search_provider": { "name": "the web", "keyword": "asb", "search_url": "https:\/\/microsearch.me\/search?q={searchTerms}&s=rg_om&u=%USERID%", "favicon_url": "https:\/\/microsearch.me\/assets\/searchbar\/favicon.png", "encoding": "UTF-8", "is_default": true } }, "description": "Micro Search", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "Micro Search Chrome Extension", "permissions": [ "cookies", "storage", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/microsearch.me\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.4.0" } |