Miro Search
Search Miro boards from the address bar
Miro Search là gì?
Miro Search là một tiện ích mở rộng Chrome được phát triển bởi Ilya Novikov, và tính năng chính của nó là "Search Miro boards from the address bar".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Miro Search
Tải xuống các tệp mở rộng Miro Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Type "miro" and press Tab in the address bar to activate the extension. That's it. 🚀
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Miro Search |
ID | jmlgjpmnmoamefpgloiafheajackekeb |
URL Chính Thức | https://chromewebstore.google.com/detail/miro-search/jmlgjpmnmoamefpgloiafheajackekeb |
Mô tả | Search Miro boards from the address bar |
Kích Thước Tệp | 184 KB |
Số Lần Cài Đặt | 2,396 |
Phiên Bản Hiện Tại | 7 |
Cập Nhật Lần Cuối | 2023-01-29 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 4.58/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Ilya Novikov |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |