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 |
| Eメール | [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
} | |