iAC
To provide quick access to localized *.atlassian.com
什么是iAC?
iAC是由https://ymkjp.wordpress.com开发的Chrome扩展程序,该扩展的主要功能是“To provide quick access to localized *.atlassian.com”。
扩展截图
下载iAC扩展crx文件
下载iAC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/* 扩展基本信息
| 名称 | |
| ID | plbhlfecmbmkphfgcpoijlidjapddidj |
| 官方URL | https://chromewebstore.google.com/detail/iac/plbhlfecmbmkphfgcpoijlidjapddidj |
| 简介 | To provide quick access to localized *.atlassian.com |
| 文件大小 | 16.9 KB |
| 安装次数 | 76 |
| 当前版本 | 4.0.1 |
| 更新时间 | 2020-02-10 |
| 上架时间 | 2020-02-06 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://ymkjp.wordpress.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/announce/icac |
| 帮助页面URL | http://twitter.com/i05/ |
| 支持的语言 | 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
} | |