iAC
To provide quick access to localized *.atlassian.com
Vad är iAC?
iAC är en Chrome-tillägg utvecklad av https://ymkjp.wordpress.com, och dess huvudfunktion är "To provide quick access to localized *.atlassian.com".
Tilläggsskärmbilder
Ladda ner iAC-förlängningens CRX-fil
Ladda ner iAC-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | iAC |
ID | plbhlfecmbmkphfgcpoijlidjapddidj |
Officiell webbadress | https://chromewebstore.google.com/detail/iac/plbhlfecmbmkphfgcpoijlidjapddidj |
Beskrivning | To provide quick access to localized *.atlassian.com |
Filstorlek | 16.9 KB |
Antal Installationer | 76 |
Aktuell Version | 4.0.1 |
Senast Uppdaterad | 2020-02-10 |
Publiceringsdatum | 2020-02-06 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://ymkjp.wordpress.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/announce/icac |
Hjälpsida URL | http://twitter.com/i05/ |
Stödda Språk | 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 } |