AWS Services
AWS Services Index
AWS Servicesとは何ですか?
AWS Servicesはnire0510によって開発されたChromeの拡張機能で、その主な機能は「AWS Services Index」です。
拡張機能のスクリーンショット
AWS Services拡張機能のCRXファイルをダウンロード
AWS Services拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Access AWS services at a glance. A complete searchable services list, organized in categories and a short description to help you choose the right tool.
拡張機能の基本情報
名前 | AWS Services |
ID | jdkmpaoglhnpimfciphnednpkfbnphkp |
公式URL | https://chromewebstore.google.com/detail/aws-services/jdkmpaoglhnpimfciphnednpkfbnphkp |
説明 | AWS Services Index |
ファイルサイズ | 346 KB |
インストール数 | 229 |
現在のバージョン | 1.38.0 |
最終更新日 | 2021-08-15 |
公開日 | 2019-01-15 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | nire0510 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AWS Services", "version": "1.38.0", "description": "AWS Services Index", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "browser_action": { "default_icon": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "default_title": "AWS Services", "default_popup": "index.html" }, "author": "Nir Elbaz", "content_security_policy": "script-src 'self'; object-src 'self'" } |