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 |
| 官方網址 | 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'"
} | |