AWS Sidebar
AWS Console Navigation Sidebar for Chrome
AWS Sidebar क्या है?
AWS Sidebar https://www.smorgasbork.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AWS Console Navigation Sidebar for Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AWS Sidebar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |