Workflowy - RTL converter

Workflowy - RTL converter

O que é Workflowy - RTL converter?

Workflowy - RTL converter é uma extensão do Chrome desenvolvida por usezenmode, e sua principal característica é "Workflowy - RTL converter".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Workflowy - RTL converter

Baixe arquivos de extensão Workflowy - RTL converter 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

                        Enable workflowy.com documents RTL text direction for Hebrew users convenience.
You can  toggles workflowy.com document from Right to Left and vice versa                    

Informações Básicas da Extensão

Nome Workflowy - RTL converter Workflowy - RTL converter
ID bfhaidjcphghdomcpeaifjdbkfogknic
URL Oficial https://chromewebstore.google.com/detail/workflowy-rtl-converter/bfhaidjcphghdomcpeaifjdbkfogknic
Descrição Workflowy - RTL converter
Tamanho do Arquivo 4.97 KB
Contagem de Instalações 98
Versão Atual 1.0
Última Atualização 2021-10-20
Data de Publicação 2021-10-20
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor usezenmode
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workflowy - RTL converter",
    "version": "1.0",
    "description": "Workflowy - RTL converter",
    "browser_action": {
        "default_title": "Workflowy - RTL converter",
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workflowy.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/workflowy.com\/*"
    ]
}