aws-launcher

The easiest way to launch the console page of AWS services

Qu'est-ce que aws-launcher ?

aws-launcher est une extension Chrome développée par Ho Ming Li, et sa fonction principale est "The easiest way to launch the console page of AWS services".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension aws-launcher

Téléchargez les fichiers d'extension aws-launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ==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                    

Informations de Base sur l'Extension

Nom aws-launcher aws-launcher
ID hgolcplokpkaiacghkhingheaojebgfj
URL Officiel https://chromewebstore.google.com/detail/aws-launcher/hgolcplokpkaiacghkhingheaojebgfj
Description The easiest way to launch the console page of AWS services
Taille du Fichier 6.28 MB
Nombre d'Installations 73
Version Actuelle 0.1.2
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 4.50/5 Total 4 Évaluations
Développeur Ho Ming Li
Type de Paiement free
Langues Prises en Charge 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": []
}