aws-helper
this extension will set the tab icon according to the page you are currently viewing. it will also make it possible to open ELB…
aws-helper क्या है?
aws-helper rotagi37 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "this extension will set the tab icon according to the page you are currently viewing. it will also make it possible to open ELB…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में aws-helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
this extension will set the tab icon according to the page you are currently viewing. it will also make it possible to open ELB form the route53 DNS list also from couldfront you will be able to double click on s3 and it will open in a new tab the icon will give you a fast access to your recent aws console pages + easy way to find the rest
एक्सटेंशन की मूल जानकारी
नाम | aws-helper |
ID | cokfoodjbmkjmpabapnpldjfappcdgne |
आधिकारिक URL | https://chromewebstore.google.com/detail/aws-helper/cokfoodjbmkjmpabapnpldjfappcdgne |
विवरण | this extension will set the tab icon according to the page you are currently viewing. it will also make it possible to open ELB… |
फ़ाइल का आकार | 1.4 MB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 1.0.2.7 |
अंतिम अपडेट | 2020-07-03 |
प्रकाशन तिथि | 2020-07-02 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | rotagi37 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/bg.js" ] }, "browser_action": { "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "default_popup": "popup.html", "default_title": "AWS Helper" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery-3.2.1.min.js", "icons.js", "cscript.js" ], "matches": [ "https:\/\/*.aws.amazon.com\/*" ], "run_at": "document_end" } ], "devtools_page": "devtools.html", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "aws-helper", "options_page": "options.html", "permissions": [ "tabs", "https:\/\/*.aws.amazon.com\/*" ], "version": "1.0.2.7" } |