iAC
To provide quick access to localized *.atlassian.com
What is iAC?
iAC is a Chrome extension developed by https://ymkjp.wordpress.com, and its main feature is "To provide quick access to localized *.atlassian.com".
Extension Screenshots
Download iAC Extension CRX File
Download iAC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Usage: 1. Install this Chrome Extension 2. Open a CAC page such as https://confluence.atlassian.com/cloud/support-policies-and-reference-information-744721658.html 3. Open context menu and select "[iAC] Toggle the language switch" 4. Then you will get redirected to a translated/original page corresponding to the current URL Supported Sites: - www.atlassian.com/* ←→ www.atlassian.com/ja/* - confluence.atlassian.com/* ←→ ja.confluence.atlassian.com/* - support.atlassian.com/* ←→ support.atlassian.com/ja/*
Extension Basic Information
Name | iAC |
ID | plbhlfecmbmkphfgcpoijlidjapddidj |
Official URL | https://chromewebstore.google.com/detail/iac/plbhlfecmbmkphfgcpoijlidjapddidj |
Description | To provide quick access to localized *.atlassian.com |
File Size | 16.9 KB |
Installation Count | 76 |
Current Version | 4.0.1 |
Last Updated | 2020-02-10 |
Publish Date | 2020-02-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://ymkjp.wordpress.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/announce/icac |
Help Page URL | http://twitter.com/i05/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iAC", "version": "4.0.1", "description": "To provide quick access to localized *.atlassian.com", "icons": { "16": "image\/icon_16.png", "48": "image\/icon_48.png", "128": "image\/icon_128.png" }, "permissions": [ "contextMenus", "tabs", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |