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 |
| 官方URL | 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
} | |