Inspect and view changes in AWS Region Color Highlights source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "AWS Region Color Highlights",
"description": "In the AWS console's top right nav bar, the Region name will be uniquely colored so you'll know what Region you're in at all times.",
"version": "1.4",
"author": "Jaime Barriga",
"icons": {
"16": "colorcube16.png",
"48": "colorcube48.png",
"128": "colorcube128.png"
},
"content_scripts": [
{
"matches": [
"https://*.aws.amazon.com/*",
"https://*.amazonaws-us-gov.com/*"
],
"js": [
"colorchangerfirefox.js"
]
}
]
}