Miro Search
Search Miro boards from the address bar
Was ist Miro Search?
Miro Search ist eine Chrome-Erweiterung, die von Ilya Novikov entwickelt wurde, und ihr Hauptmerkmal ist "Search Miro boards from the address bar".
Erweiterungsscreenshots
Miro Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Miro Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Type "miro" and press Tab in the address bar to activate the extension. That's it. 🚀
Grundlegende Informationen zur Erweiterung
Name | Miro Search |
ID | jmlgjpmnmoamefpgloiafheajackekeb |
Offizielle URL | https://chromewebstore.google.com/detail/miro-search/jmlgjpmnmoamefpgloiafheajackekeb |
Beschreibung | Search Miro boards from the address bar |
Dateigröße | 184 KB |
Installationsanzahl | 2,396 |
Aktuelle Version | 7 |
Letztes Update | 2023-01-29 |
Veröffentlichungsdatum | 2020-06-30 |
Bewertung | 4.58/5 Insgesamt 12 Bewertungen |
Entwickler | Ilya Novikov |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |