AWS Menu Colours
Customise AWS Menus on a per account basis.
什麼是AWS Menu Colours?
AWS Menu Colours是由Timvw開發的Chrome擴展程式,該擴展的主要功能是“Customise AWS Menus on a per account basis.”。
擴展截圖
下載AWS Menu Colours擴展crx文件
下載AWS Menu Colours擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Autodetect new accounts, name them and colour code them. Makes identifying your AWS accounts a cinch. 擴展基本資訊
| 名稱 | |
| ID | odpcbeefchbhoijemcfmfcjippcpfmdd |
| 官方網址 | https://chromewebstore.google.com/detail/aws-menu-colours/odpcbeefchbhoijemcfmfcjippcpfmdd |
| 簡介 | Customise AWS Menus on a per account basis. |
| 檔案大小 | 23.27 KB |
| 安裝次數 | 86 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2021-01-28 |
| 上架時間 | 2019-06-19 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | Timvw |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AWS Menu Colours",
"version": "1.1.0",
"manifest_version": 2,
"description": "Customise AWS Menus on a per account basis.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"options_page": "src\/options\/index.html",
"permissions": [
"https:\/\/*.console.aws.amazon.com\/",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.console.aws.amazon.com\/*"
],
"js": [
"src\/js\/AWSMAClass.js",
"src\/js\/AWSFrontEnd.js",
"src\/inject\/inject.js"
]
}
]
} | |