Azure DevOps Search
Minimalist extension to quickly and easily search your Azure DevOps project.
Azure DevOps Search क्या है?
Azure DevOps Search emragins द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimalist extension to quickly and easily search your Azure DevOps project."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Azure DevOps Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
~~ Introduction ~~ Coworker: Did you get a chance to review 32337? Before your eyes start to glaze over, you open up chrome, hit alt+shift+d, type in '32337' in the little pop-up, and hit enter. A new tab opens with work item 32337, and you can tell your coworker that yes, you have -- didn't they see your comments? ~~ Settings ~~ Settings are straight-forward and based off the URL following the format of https://Organization.visualstudio.com/Project/ or https://dev.azure.com/Organization/Project/ ~~ Searching ~~ ALT+SHIFT+D: Quick open pop-up window for mouse-free use. If you type in a number, it will attempt to open the work item directly. If you type in something that isn't a number, it will start a search in your project, instead. In both cases a new tab will be opened by default. ----- This extension is not affiliated with Microsoft or Azure DevOps. Please do not email for support. I do not monitor the public email address.
एक्सटेंशन की मूल जानकारी
नाम | Azure DevOps Search |
ID | lkekpihgelhgldiebondhekgehcmjegj |
आधिकारिक URL | https://chromewebstore.google.com/detail/azure-devops-search/lkekpihgelhgldiebondhekgehcmjegj |
विवरण | Minimalist extension to quickly and easily search your Azure DevOps project. |
फ़ाइल का आकार | 30.91 KB |
स्थापना संख्या | 140 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2021-06-02 |
प्रकाशन तिथि | 2021-06-02 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | emragins |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/emragins/chrome-azure-devops |
सहायता पृष्ठ URL | https://github.com/emragins/chrome-azure-devops/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Azure DevOps Search", "description": "Minimalist extension to quickly and easily search your Azure DevOps project.", "version": "1.0.2", "author": "Eve Ragins", "options_page": "options.html", "browser_action": { "default_title": "Search Azure DevOps", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+Shift+D" } } }, "permissions": [ "storage" ] } |