Miro Search

Search Miro boards from the address bar

Wat is Miro Search?

Miro Search is een Chrome-extensie ontwikkeld door Ilya Novikov, en de belangrijkste functie is "Search Miro boards from the address bar".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Miro Search

Download Miro Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Type "miro" and press Tab in the address bar to activate the extension. That's it. 🚀                    

Basisinformatie over de Extensie

Naam Miro Search Miro Search
ID jmlgjpmnmoamefpgloiafheajackekeb
Officiële URL https://chromewebstore.google.com/detail/miro-search/jmlgjpmnmoamefpgloiafheajackekeb
Beschrijving Search Miro boards from the address bar
Bestandsgrootte 184 KB
Aantal Installaties 2,396
Huidige Versie 7
Laatst Bijgewerkt 2023-01-29
Publicatiedatum 2020-06-30
Beoordeling 4.58/5 Totaal 12 Beoordelingen
Ontwikkelaar Ilya Novikov
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}