Miro Search
Search Miro boards from the address bar
什麼是Miro Search?
Miro Search是由Ilya Novikov開發的Chrome擴展程式,該擴展的主要功能是“Search Miro boards from the address bar”。
擴展截圖
下載Miro Search擴展crx文件
下載Miro Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Type "miro" and press Tab in the address bar to activate the extension. That's it. 🚀 擴展基本資訊
| 名稱 | |
| ID | jmlgjpmnmoamefpgloiafheajackekeb |
| 官方網址 | https://chromewebstore.google.com/detail/miro-search/jmlgjpmnmoamefpgloiafheajackekeb |
| 簡介 | Search Miro boards from the address bar |
| 檔案大小 | 184 KB |
| 安裝次數 | 2,396 |
| 目前版本 | 7 |
| 更新時間 | 2023-01-29 |
| 上架時間 | 2020-06-30 |
| 評分 | 4.58/5 共 12 次評分 |
| 開發者 | Ilya Novikov |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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
} | |