AWS Services
AWS Services Index
What is AWS Services?
AWS Services is a Chrome extension developed by nire0510, and its main feature is "AWS Services Index".
Extension Screenshots
Download AWS Services Extension CRX File
Download AWS Services extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AWS Services |
ID | jdkmpaoglhnpimfciphnednpkfbnphkp |
Official URL | https://chromewebstore.google.com/detail/aws-services/jdkmpaoglhnpimfciphnednpkfbnphkp |
Description | AWS Services Index |
File Size | 346 KB |
Installation Count | 229 |
Current Version | 1.38.0 |
Last Updated | 2021-08-15 |
Publish Date | 2019-01-15 |
Rating | 4.50/5 Total 2 Ratings |
Developer | nire0510 |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |