JiraRTL
Enables well aligned and properly established direction of Hebrew and Arabic RTL text in Jira.
O que é JiraRTL?
JiraRTL é uma extensão do Chrome desenvolvida por Tsirkin Evgeny, e sua principal característica é "Enables well aligned and properly established direction of Hebrew and Arabic RTL text in Jira.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JiraRTL
Baixe arquivos de extensão JiraRTL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Enables well aligned and properly established direction of rtl text in Jira. The titles/description/comments etc. will be shown in the expected way. The same goes to task lists. The text editor & editable fields will automatically acquire the correct write direction and alignment. The extension stores the domain name of your Jira installation and automatically "fixes" Jira pages on page reloads. Turn the JiraRTL on and off and reload the page if you want to see how your task or epic looks like with/without the extension. Please report bugs/features on github: https://github.com/tsirkin/jira-rtl/issues
Informações Básicas da Extensão
Nome | JiraRTL |
ID | djnbhcebgngagmioniajfhbldkoegcco |
URL Oficial | https://chromewebstore.google.com/detail/jirartl/djnbhcebgngagmioniajfhbldkoegcco |
Descrição | Enables well aligned and properly established direction of Hebrew and Arabic RTL text in Jira. |
Tamanho do Arquivo | 283 KB |
Contagem de Instalações | 3,147 |
Versão Atual | 0.0.0.9 |
Última Atualização | 2021-07-23 |
Data de Publicação | 2019-06-24 |
Classificação | 4.53/5 Total de 17 Avaliações |
Desenvolvedor | Tsirkin Evgeny |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/tsirkin/jira-rtl |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JiraRTL", "short_name": "JiraRTL", "version": "0.0.0.9", "manifest_version": 2, "description": "Enables well aligned and properly established direction of Hebrew and Arabic RTL text in Jira.", "icons": { "16": "images\/jira-rtl-16x16.png", "32": "images\/jira-rtl-32x32.png", "48": "images\/jira-rtl-48x48.png", "64": "images\/jira-rtl-64x64.png", "128": "images\/jira-rtl-128x128.png" }, "browser_action": { "default_icon": { "16": "images\/jira-rtl-off-16x16.png", "32": "images\/jira-rtl-off-32x32.png", "48": "images\/jira-rtl-off-48x48.png", "64": "images\/jira-rtl-off-64x64.png", "128": "images\/jira-rtl-off-128x128.png" }, "default_title": "JiraRTL", "default_popup": "popup.html" }, "web_accessible_resources": [ "load.js", "rtl.js", "rtl.css" ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "webNavigation", "activeTab", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |