Simple AWS Launcher
Simple popup launcher for hundreds of AWS services. Just press ctrl(cmd)+shift+L, or click an icon to open.
Τι είναι το Simple AWS Launcher;
Το Simple AWS Launcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kaonaga 9, και η κύρια λειτουργία του είναι "Simple popup launcher for hundreds of AWS services. Just press ctrl(cmd)+shift+L, or click an icon to open.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Simple AWS Launcher
Λήψη αρχείων επέκτασης Simple AWS Launcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Introducing our simple popup launcher for accessing hundreds of AWS services on Chrome. With just a press of ctrl(cmd)+shift+L or a click of an icon, you can open the launcher and easily access your desired service without the need for mouse controls. For instance, to open the S3 console, simply press "ctrl(cmd)+shift+L" and type "s3" into the search box. The hotkey can be edited in settings by visiting "chrome://extensions/shortcuts" and recreating the shortcuts. In case the hotkey doesn't work on your browser, try the recreated shortcuts. Our extension covers almost all AWS services, making it a convenient tool for your daily AWS tasks. Should you have any issues or requests for improving the extension, please let us know by adding an issue on the repository. https://github.com/kota-imai/awslauncher-chromeex/issues Install our Simple AWS Launcher now and streamline your AWS experience.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Simple AWS Launcher |
ID | odbbkogjmgpmdfindgkngoojldhephif |
Επίσημο URL | https://chromewebstore.google.com/detail/simple-aws-launcher/odbbkogjmgpmdfindgkngoojldhephif |
Περιγραφή | Simple popup launcher for hundreds of AWS services. Just press ctrl(cmd)+shift+L, or click an icon to open. |
Μέγεθος Αρχείου | 1.11 MB |
Αριθμός Εγκαταστάσεων | 91 |
Τρέχουσα Έκδοση | 2.1.4 |
Τελευταία Ενημέρωση | 2023-03-09 |
Ημερομηνία Δημοσίευσης | 2021-03-10 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | kaonaga 9 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://forms.office.com/r/VWNHHXkEH2 |
Διεύθυνση URL της Σελίδας Βοήθειας | https://twitter.com/kaonaga9 |
URL της Σελίδας Πολιτικής Απορρήτου | https://quickshop-web.s3.amazonaws.com/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple AWS Launcher", "description": "Simple popup launcher for hundreds of AWS services. Just press ctrl(cmd)+shift+L, or click an icon to open.", "version": "2.1.4", "background": { "service_worker": "script\/background.js" }, "icons": { "38": "icon\/38icon.png", "48": "icon\/48icon.png", "128": "icon\/128icon.png" }, "action": { "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "windows": "Ctrl+Shift+L", "mac": "Command+Shift+L", "linux": "Ctrl+Shift+L" } } } } |