Zoho Creator Language Patcher
This extension will patch Zoho Creator UI for your language
O que é Zoho Creator Language Patcher?
Zoho Creator Language Patcher é uma extensão do Chrome desenvolvida por Zentelechia, e sua principal característica é "This extension will patch Zoho Creator UI for your language".
Baixar o arquivo CRX da Extensão Zoho Creator Language Patcher
Baixe arquivos de extensão Zoho Creator Language Patcher 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
You can modify text of each ui element. In this version we have Russian an French langauges. Other languages will come soon. Email me [email protected] to add your language.
Informações Básicas da Extensão
Nome | |
ID | pledgfcgoahgnonjgjcffgenaklkkfgb |
URL Oficial | https://chrome.google.com/webstore/detail/zoho-creator-language-pat/pledgfcgoahgnonjgjcffgenaklkkfgb |
Descrição | This extension will patch Zoho Creator UI for your language |
Tamanho do Arquivo | 84.43 KB |
Contagem de Instalações | 42 |
Versão Atual | 0.3 |
Última Atualização | 2013-12-30 |
Data de Publicação | 2013-12-30 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Zentelechia |
Tipo de Pagamento | free |
Idiomas Suportados | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zoho Creator Language Patcher", "version": "0.3", "description": "This extension will patch Zoho Creator UI for your language", "options_page": "background.html", "permissions": [ "storage", "https:\/\/creator.zoho.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/creator.zoho.com\/*" ], "js": [ "jquery.js", "data.js", "update.js" ], "run_at": "document_idle" } ] } |