iAC

To provide quick access to localized *.atlassian.com

Wat is iAC?

iAC is een Chrome-extensie ontwikkeld door https://ymkjp.wordpress.com, en de belangrijkste functie is "To provide quick access to localized *.atlassian.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie iAC

Download iAC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/*                    

Basisinformatie over de Extensie

Naam iAC iAC
ID plbhlfecmbmkphfgcpoijlidjapddidj
Officiële URL https://chromewebstore.google.com/detail/iac/plbhlfecmbmkphfgcpoijlidjapddidj
Beschrijving To provide quick access to localized *.atlassian.com
Bestandsgrootte 16.9 KB
Aantal Installaties 76
Huidige Versie 4.0.1
Laatst Bijgewerkt 2020-02-10
Publicatiedatum 2020-02-06
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://ymkjp.wordpress.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/announce/icac
Help Pagina-URL http://twitter.com/i05/
Ondersteunde Talen 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
}