iAC
To provide quick access to localized *.atlassian.com
Was ist iAC?
iAC ist eine Chrome-Erweiterung, die von https://ymkjp.wordpress.com entwickelt wurde, und ihr Hauptmerkmal ist "To provide quick access to localized *.atlassian.com".
Erweiterungsscreenshots
iAC-Erweiterungs-CRX-Datei herunterladen
Laden Sie iAC-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/* Grundlegende Informationen zur Erweiterung
| Name | |
| ID | plbhlfecmbmkphfgcpoijlidjapddidj |
| Offizielle URL | https://chromewebstore.google.com/detail/iac/plbhlfecmbmkphfgcpoijlidjapddidj |
| Beschreibung | To provide quick access to localized *.atlassian.com |
| Dateigröße | 16.9 KB |
| Installationsanzahl | 76 |
| Aktuelle Version | 4.0.1 |
| Letztes Update | 2020-02-10 |
| Veröffentlichungsdatum | 2020-02-06 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://ymkjp.wordpress.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/announce/icac |
| Hilfeseite URL | http://twitter.com/i05/ |
| Unterstützte Sprachen | 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
} | |