hkfgcimbcdngoekajjianmgelbhlckch
Download multiple checked S3 objects at once from the AWS Management Console. [Features] - Batch download selected objects sequentially - Recursive folder (prefix) download support (toggle on/off in settings) - Adds a dedicated download button to the S3 console - No page reload required (works with SPA navigation) [How to use] 1. Open the S3 bucket objects page 2. Check the objects you want to download 3. Click the round download button (↓) 4. Selected objects will be downloaded sequentially [Settings] Click the extension icon to open settings. - Recursive folder DL: Recursively downloads files inside selected folders This extension only works on the AWS S3 console page. No data is collected or transmitted.
TrustLogin - IDaaS (Identity as a Service)
Cloud-based security solution Single Sign-On (SSO), password and ID management (IDaaS) for Corporations. TrustLogin is a cloud service that provides 'ID management', 'single sign-on' and 'access control'. It reduces labor for identity management at companies and realizes a highly secure authentication environment. The main functions are as follows. · Identity management It is a function that the company's system administrator can manage the ID and password of business applications used by employees. We will manage such as adding IDs when employees are hired or modifying registration information when changing divisions. · SSO (Single sign-on) Single sign-on is a function that allows you to use multiple services with one login. Operation is possible with one ID and password, eliminating the need to remember multiple IDs / passwords. ·Access control This is a function that allows the administrator to control services / devices that users / departments (groups) can access. You can temporarily stop using guest users and restrict access by retirees.
Chat AI Ctrl+Enter Sender
Use 'Ctrl+Enter' for sending messages in AI chat services like ChatGPT. Prevents accidental sends and allows line breaks with Enter. Chat AI Ctrl+Enter Sender allows you to send messages on AI chat services using "Ctrl+Enter" (or "Cmd+Enter" on Mac). Press "Enter" to create a new line instead of accidentally sending your message. Toggle the extension on/off per site by clicking the icon. This extension does not collect, store, or transmit any user data. Supported sites: • ChatGPT • Claude • Gemini • Microsoft Copilot ...and more. For a full list of supported sites, please visit our GitHub repository: https://github.com/masachika-kamada/ChatGPT-Ctrl-Enter-Sender If you encounter any bugs or have feature requests, please open an issue on the repository.
AWS Extend Switch Roles
Extend your AWS IAM switching roles. You can set the configuration like aws config format Switch role history does not remain only five maximum on the AWS Management Console. This extension gives you show all of switch roles from a browse menu by loading your aws configuration. ### Simple Configuration The simplest configuration is for multiple **target roles** when you always intend to show the whole list. **Target roles** can be expressed with a `role_arn` or with both `aws_account_id` and `role_name`. * `color` - The RGB hex value (without the prefix '#') for the color of the header bottom border and around the current profile. * `region` - Changing the region whenever switching the role if this parameter is specified. * `image` - The uri of an image to use on top of any color attribute supplied. The color and image are not mutually exclusive. ### Complex Configuration More complex configurations involve multiple AWS accounts and/or organizations. - If your account is aliased, you specify `aws_account_alias` in **base account**. - A **target role** is associated with a **base account** by the **target role** specifying a `source_profile`. - As above, **target roles** can be expressed with a `role_arn` or with both `aws_account_id` and `role_name` and can optionally pass the optional parameters. - If `target_role_name` is set in **base account**, the value is provided as the default role name for each **target roles**. ``` [organization1] aws_account_id = your-account-alias If you sign-in a base account, target roles of the other base accounts are excluded. For more information, please visit the homepage.
Markdown Preview Plus
Converts and previews markdown files (.md, .markdown) to HTML(include TOC) right inside Chrome and support live reload Automatically parses markdown files (.md) into HTML with live reload 1. Install extension from webstore (creates no new UI) 2. Check "Allow access to file URLs" in chrome://extensions listing: 3. Open local or remote .md file in Chrome. 4. See nicely formatted HTML! Note: The auto reload feature is disabled default. * Support auto reload. * Support external css file. * Customize theme for every md file. * Support github flavored markdown. * Export nicely formatted HTML. * Support render Katex, Mermaid. The extension is open source. https://github.com/volca/markdown-preview Fix a bug for the tag style * Fix a bug for load fonts of Katex * Fix a bug for "table of contents" * Compatible with Chrome 136 * Update mermaid lib * Update marked lib * Update marked lib * Fix a bug for clear custom CSS paths * Supports add custom CSS path. See #19 * Fix a bug for render mermaid. See #158