https://github.com/announce/iac
A language switcher for CAC/WAC
https://github.com/announce/iac
atlassian chrome confluence crx
Last synced: about 2 months ago
JSON representation
A language switcher for CAC/WAC
- Host: GitHub
- URL: https://github.com/announce/iac
- Owner: announce
- License: mit
- Created: 2018-08-18T07:35:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T00:58:00.000Z (over 1 year ago)
- Last Synced: 2025-04-29T04:43:13.334Z (about 1 year ago)
- Topics: atlassian, chrome, confluence, crx
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/icac/plbhlfecmbmkphfgcpoijlidjapddidj?utm_source=github
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iAC
[](https://chrome.google.com/webstore/detail/icac/plbhlfecmbmkphfgcpoijlidjapddidj?utm_source=github)
[](https://chrome.google.com/webstore/detail/icac/plbhlfecmbmkphfgcpoijlidjapddidj?utm_source=github)
[](https://chrome.google.com/webstore/detail/icac/plbhlfecmbmkphfgcpoijlidjapddidj?utm_source=github)
## Description
A Chrome Extension to provide quick access to the localized `*.atlassian.com` sites:
* [www.atlassian.com/*](https://www.atlassian.com/) ←→ [www.atlassian.com/ja/*](https://www.atlassian.com/ja/)
* [confluence.atlassian.com/*](https://confluence.atlassian.com/) ←→ [ja.confluence.atlassian.com/*](https://ja.confluence.atlassian.com/)
* [support.atlassian.com/*](https://support.atlassian.com/) ←→ [support.atlassian.com/ja/*](https://support.atlassian.com/ja/)
This extension was originally named "iCAC" because it only supported CAC (confluence.atlassian.com). It has now been renamed "iAC" to represent "internationalized atlassian.com", reflecting its expansion to include several other subdomains.
## Installation
1. Visit and install the Chrome Extension via [**iAC - Chrome Web Store**](https://chrome.google.com/webstore/detail/icac/plbhlfecmbmkphfgcpoijlidjapddidj?utm_source=github).
## Prerequisite
* Docker (for the release process only)
* Node v20
* Yarn v1.x
## Development
Run the command below:
```bash
./iac start
```
For the release:
```bash
./iac release
```
Then you will get the crx zip file in `./var`.
## Project Links
* Upstream work: [trunk](https://github.com/announce/icac/compare/master...ymkjp:master)
* Demo app: [crx](https://chrome.google.com/webstore/detail/icac/plbhlfecmbmkphfgcpoijlidjapddidj?utm_source=github)
* Release: [Chrome Developer Dashboard](https://chrome.google.com/webstore/developer/dashboard)
## Documents
* CRX
* [Extensions / Develop \| Chrome for Developers](https://developer.chrome.com/docs/extensions/develop)
* ImageMagick
* [Text Handling \- IM v6](http://www.imagemagick.org/Usage/text/#label_bestfit)