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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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'"
} | |