CloudTempo
Fast & Smart Command Bar for AWS Console.
CloudTempoとは何ですか?
CloudTempoはhttps://cloudtempo.devによって開発されたChromeの拡張機能で、その主な機能は「Fast & Smart Command Bar for AWS Console.」です。
拡張機能のスクリーンショット
CloudTempo拡張機能のCRXファイルをダウンロード
CloudTempo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fast & Smart Command Bar for AWS Console - Navigate through AWS (Amazon Web Services) Console with speed. Easily find resources cross-region, perform actions with single keystrokes. Designed for power users.
Key Features:
- Quickly find and navigate to AWS resources cross-region
- Find resources by ARN, get ARNs of your resources fast
- Use query languages to locate resources precisely
- Enhance AWS Console experience by shortcuts, skip using mouse
- Navigate to and through AWS Services with ease 拡張機能の基本情報
| 名前 | |
| ID | hnjemcffliolmflachhfoeaojlomanph |
| 公式URL | https://chromewebstore.google.com/detail/cloudtempo/hnjemcffliolmflachhfoeaojlomanph |
| 説明 | Fast & Smart Command Bar for AWS Console. |
| ファイルサイズ | 1.23 MB |
| インストール数 | 62 |
| 現在のバージョン | 0.2.0 |
| 最終更新日 | 2022-10-20 |
| 公開日 | 2022-09-29 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://cloudtempo.dev |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://cloudtempo.dev |
| ヘルプページのURL | https://cloudtempo.dev/faq |
| プライバシーポリシーページのURL | https://cloudtempo.dev/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CloudTempo",
"description": "Fast & Smart Command Bar for AWS Console.",
"version": "0.2.0",
"manifest_version": 3,
"permissions": [],
"homepage_url": "https:\/\/cloudtempo.dev",
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/*.aws.amazon.com\/*",
"https:\/\/*.amazonaws.com\/*",
"https:\/\/*.amazonaws.com.cn\/*",
"https:\/\/developer.amazon.com\/*",
"https:\/\/*.console.aws.amazon.com\/*"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*.console.aws.amazon.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/*"
],
"matches": [
"https:\/\/*.console.aws.amazon.com\/*"
]
}
],
"externally_connectable": {
"ids": [
"dfdbbkddkbcggkpdkgnogjhpijiahcep"
],
"matches": [
"https:\/\/*.console.aws.amazon.com\/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
} | |