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…
Qu'est-ce que aws-helper ?
aws-helper est une extension Chrome développée par rotagi37, et sa fonction principale est "this extension will set the tab icon according to the page you are currently viewing. it will also make it possible to open ELB…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension aws-helper
Téléchargez les fichiers d'extension aws-helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | aws-helper |
ID | cokfoodjbmkjmpabapnpldjfappcdgne |
URL Officiel | https://chromewebstore.google.com/detail/aws-helper/cokfoodjbmkjmpabapnpldjfappcdgne |
Description | this extension will set the tab icon according to the page you are currently viewing. it will also make it possible to open ELB… |
Taille du Fichier | 1.4 MB |
Nombre d'Installations | 26 |
Version Actuelle | 1.0.2.7 |
Dernière Mise à Jour | 2020-07-03 |
Date de Publication | 2020-07-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | rotagi37 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |