Amazon Web Services (AWS) IP Tool
This extension provides some useful tools based on the AWS IP ranges used by Amazon.
Amazon Web Services (AWS) IP Toolとは何ですか?
Amazon Web Services (AWS) IP Toolはmarcussuによって開発されたChromeの拡張機能で、その主な機能は「This extension provides some useful tools based on the AWS IP ranges used by Amazon.」です。
Amazon Web Services (AWS) IP Tool拡張機能のCRXファイルをダウンロード
Amazon Web Services (AWS) IP Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With the rapid growth of Amazon Web Services traffic, adding of new IP address ranges or reallocation of IP ranges between EC2 regions is a commonplace. It will be difficult to keep up with these changes and if you require IP white-listing or firewall configurations, it would be quite painful to check through the list of IP ranges for comparing the "delta". Amazon Web Services (AWS) IP Tool helps you to retrieve the set of IP ranges for each of the Amazon services with a click of a button. It also helps you cache a local history copy whenever you retrieved an updated IP range list. We are currently working on letting the tool conduct auto comparison to highlight the delta changes for your convenience. *Update* When updating from version 1.0 to version 1.1 onwards, you are advised to "Clear Options" and retrieve a fresh copy of the IP ranges by clicking on the icon. The IP range history should show up correctly after that.
拡張機能の基本情報
名前 | |
ID | hfldppknglpehgckhohikncaihlccekj |
公式URL | https://chrome.google.com/webstore/detail/amazon-web-services-aws-i/hfldppknglpehgckhohikncaihlccekj |
説明 | This extension provides some useful tools based on the AWS IP ranges used by Amazon. |
ファイルサイズ | 373 KB |
インストール数 | 156 |
現在のバージョン | 1.2 |
最終更新日 | 2015-10-25 |
公開日 | 2015-10-25 |
開発者 | marcussu |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Web Services (AWS) IP Tool", "description": "This extension provides some useful tools based on the AWS IP ranges used by Amazon.", "version": "1.2", "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Amazon Web Services (AWS) IP Tool" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/", "https:\/\/ip-ranges.amazonaws.com\/", "http:\/\/api.statdns.com\/" ] } |