AWS Sidebar
AWS Console Navigation Sidebar for Chrome
Qu'est-ce que AWS Sidebar ?
AWS Sidebar est une extension Chrome développée par https://www.smorgasbork.com, et sa fonction principale est "AWS Console Navigation Sidebar for Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AWS Sidebar
Téléchargez les fichiers d'extension AWS Sidebar 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
Improved navigation of the Amazon Web Services console. Features: - build a custom list of bookmarks to AWS console pages for the services you use, including "deep" links like "EC2 Instances" and "Cloudwatch Logs" - build a custom list of pricing links for the services you use - maintain a quick, easy-to-use list of your EC2 instances, with critical properties like IP address - generate arbitrary hyperlinks to instance-specific information (for example, you could generate a hyperlink to netdata at http://IP-ADDRESS:19999/)
Informations de Base sur l'Extension
Nom | AWS Sidebar |
ID | eghlpalflfaopljcglmhoflhfpnngfpe |
URL Officiel | https://chromewebstore.google.com/detail/aws-sidebar/eghlpalflfaopljcglmhoflhfpnngfpe |
Description | AWS Console Navigation Sidebar for Chrome |
Taille du Fichier | 1.34 MB |
Nombre d'Installations | 579 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2017-11-20 |
Date de Publication | 2017-11-20 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | https://www.smorgasbork.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jpriebe/aws-sidebar |
URL de la Page d'Aide | https://github.com/jpriebe/aws-sidebar/blob/master/README.md |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "storage" ], "sandbox": { "pages": [ "iframe\/sandbox.html" ] }, "content_scripts": [ { "css": [ "aws-sidebar.css" ], "js": [ "iframe\/bootstrap\/jquery-3.2.1.min.js", "settings_manager.js", "content.js" ], "matches": [ "*:\/\/aws.amazon.com\/*", "*:\/\/*.aws.amazon.com\/*" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "images\/*", "iframe\/*", "iframe\/bootstrap\/*" ], "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "description": "AWS Console Navigation Sidebar for Chrome", "name": "AWS Sidebar", "version": "1.0.6" } |