Miro Search
Search Miro boards from the address bar
Vad är Miro Search?
Miro Search är en Chrome-tillägg utvecklad av Ilya Novikov, och dess huvudfunktion är "Search Miro boards from the address bar".
Tilläggsskärmbilder
Ladda ner Miro Search-förlängningens CRX-fil
Ladda ner Miro Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Type "miro" and press Tab in the address bar to activate the extension. That's it. 🚀                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | jmlgjpmnmoamefpgloiafheajackekeb | 
| Officiell webbadress | https://chromewebstore.google.com/detail/miro-search/jmlgjpmnmoamefpgloiafheajackekeb | 
| Beskrivning | Search Miro boards from the address bar | 
| Filstorlek | 184 KB | 
| Antal Installationer | 2,396 | 
| Aktuell Version | 7 | 
| Senast Uppdaterad | 2023-01-29 | 
| Publiceringsdatum | 2020-06-30 | 
| Betyg | 4.58/5 Totalt 12 Betyg | 
| Utvecklare | Ilya Novikov | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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
}  |  |