Miro Search
Search Miro boards from the address bar
Miro Search क्या है?
Miro Search Ilya Novikov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search Miro boards from the address bar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Miro Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |