aws-launcher
The easiest way to launch the console page of AWS services
aws-launcher क्या है?
aws-launcher Ho Ming Li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to launch the console page of AWS services"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में aws-launcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
==Observation When I ask users of AWS to navigate to a specific AWS service, the user typically takes a few seconds sinking in on the overwhelming number of services in the console page, subsequently entering the service name via Ctrl-F to find where to click. ==Problem Too many service. Too difficult to find where the link is. Why is there no simple seach bar? ==Solution Naturally, based on the observation, let's build a AWS Launcher that has search capability to help easily launch specific AWS services console. ==Features * Instant Search to launching AWS services - no more scanning the console home page to see where to click * Enter to launch first listed service - type and enter and launch - don't need to use the mouse to click and launch ==Further Work * save state * MRU * settings
एक्सटेंशन की मूल जानकारी
नाम | aws-launcher |
ID | hgolcplokpkaiacghkhingheaojebgfj |
आधिकारिक URL | https://chromewebstore.google.com/detail/aws-launcher/hgolcplokpkaiacghkhingheaojebgfj |
विवरण | The easiest way to launch the console page of AWS services |
फ़ाइल का आकार | 6.28 MB |
स्थापना संख्या | 73 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2019-03-08 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 4.50/5 कुल 4 रेटिंग्स |
डेवलपर | Ho Ming Li |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "aws-launcher", "description": "The easiest way to launch the console page of AWS services", "version": "0.1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [] } |