AWS Sidebar
AWS Console Navigation Sidebar for Chrome
什么是AWS Sidebar?
AWS Sidebar是由https://www.smorgasbork.com开发的Chrome扩展程序,该扩展的主要功能是“AWS Console Navigation Sidebar for Chrome”。
扩展截图
下载AWS Sidebar扩展crx文件
下载AWS Sidebar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/)
扩展基本信息
名称 | AWS Sidebar |
ID | eghlpalflfaopljcglmhoflhfpnngfpe |
官方URL | https://chromewebstore.google.com/detail/aws-sidebar/eghlpalflfaopljcglmhoflhfpnngfpe |
简介 | AWS Console Navigation Sidebar for Chrome |
文件大小 | 1.34 MB |
安装次数 | 579 |
当前版本 | 1.0.6 |
更新时间 | 2017-11-20 |
上架时间 | 2017-11-20 |
评分 | 4.00/5 共4次评分 |
开发者 | https://www.smorgasbork.com |
付费类型 | free |
扩展官网 | https://github.com/jpriebe/aws-sidebar |
帮助页面URL | https://github.com/jpriebe/aws-sidebar/blob/master/README.md |
支持的语言 | 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" } |