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/*
拡張機能の基本情報
名前 | iAC |
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 |
Eメール | [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 } |