Miro Search
Search Miro boards from the address bar
What is Miro Search?
Miro Search is a Chrome extension developed by Ilya Novikov, and its main feature is "Search Miro boards from the address bar".
Extension Screenshots
Download Miro Search Extension CRX File
Download Miro Search 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
Type "miro" and press Tab in the address bar to activate the extension. That's it. 🚀
Extension Basic Information
Name | Miro Search |
ID | jmlgjpmnmoamefpgloiafheajackekeb |
Official URL | https://chromewebstore.google.com/detail/miro-search/jmlgjpmnmoamefpgloiafheajackekeb |
Description | Search Miro boards from the address bar |
File Size | 184 KB |
Installation Count | 2,396 |
Current Version | 7 |
Last Updated | 2023-01-29 |
Publish Date | 2020-06-30 |
Rating | 4.58/5 Total 12 Ratings |
Developer | Ilya Novikov |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "description": "Search Miro boards from the address bar", "name": "Miro Search", "browser_action": { "default_icon": { "16": "icons\/extension_toolbar_icon16.png", "32": "icons\/extension_toolbar_icon32.png" }, "default_title": "Type \"miro\" and press Tab in the address bar", "default_popup": "popup\/index.html" }, "icons": { "16": "icons\/extension_icon16.png", "32": "icons\/extension_icon32.png", "48": "icons\/extension_icon48.png", "128": "icons\/extension_icon128.png" }, "omnibox": { "keyword": "miro" }, "permissions": [ "storage", "https:\/\/miro.com\/" ], "version": "7", "minimum_chrome_version": "9", "manifest_version": 2 } |