AWS Sidebar
AWS Console Navigation Sidebar for Chrome
Was ist AWS Sidebar?
AWS Sidebar ist eine Chrome-Erweiterung, die von https://www.smorgasbork.com entwickelt wurde, und ihr Hauptmerkmal ist "AWS Console Navigation Sidebar for Chrome".
Erweiterungsscreenshots
AWS Sidebar-Erweiterungs-CRX-Datei herunterladen
Laden Sie AWS Sidebar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/)
Grundlegende Informationen zur Erweiterung
Name | AWS Sidebar |
ID | eghlpalflfaopljcglmhoflhfpnngfpe |
Offizielle URL | https://chromewebstore.google.com/detail/aws-sidebar/eghlpalflfaopljcglmhoflhfpnngfpe |
Beschreibung | AWS Console Navigation Sidebar for Chrome |
Dateigröße | 1.34 MB |
Installationsanzahl | 579 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2017-11-20 |
Veröffentlichungsdatum | 2017-11-20 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://www.smorgasbork.com |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jpriebe/aws-sidebar |
Hilfeseite URL | https://github.com/jpriebe/aws-sidebar/blob/master/README.md |
Unterstützte Sprachen | 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" } |