iAC
To provide quick access to localized *.atlassian.com
Hvad er iAC?
iAC er en Chrome-udvidelse udviklet af https://ymkjp.wordpress.com, og dens hovedfunktion er "To provide quick access to localized *.atlassian.com".
Udvidelsesskærmbilleder
Download iAC-udvidelses-CRX-fil
Download iAC-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/* Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | plbhlfecmbmkphfgcpoijlidjapddidj |
| Officiel URL | https://chromewebstore.google.com/detail/iac/plbhlfecmbmkphfgcpoijlidjapddidj |
| Beskrivelse | To provide quick access to localized *.atlassian.com |
| Filstørrelse | 16.9 KB |
| Antal Installationer | 76 |
| Nuværende Version | 4.0.1 |
| Senest Opdateret | 2020-02-10 |
| Udgivelsesdato | 2020-02-06 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | https://ymkjp.wordpress.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/announce/icac |
| Hjælpeside-URL | http://twitter.com/i05/ |
| Understøttede Sprog | 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
} | |