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によって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
aws-helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |