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 |
官方網址 | 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" } |