Miro Search
Search Miro boards from the address bar
ما هو Miro Search؟
Miro Search هو إضافة Chrome تم تطويرها بواسطة Ilya Novikov، والميزة الرئيسية لها هي "Search Miro boards from the address bar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Miro Search
قم بتنزيل ملفات الامتداد Miro Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Type "miro" and press Tab in the address bar to activate the extension. That's it. 🚀
معلومات أساسية عن التمديد
الاسم | Miro Search |
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 } |