aws-launcher
The easiest way to launch the console page of AWS services
Τι είναι το aws-launcher;
Το aws-launcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ho Ming Li, και η κύρια λειτουργία του είναι "The easiest way to launch the console page of AWS services".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης aws-launcher
Λήψη αρχείων επέκτασης aws-launcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
==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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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": []
} | |