Yamli
Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.
O que é Yamli?
Yamli é uma extensão do Chrome desenvolvida por https://www.yamli.com, e sua principal característica é "Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Yamli
Baixe arquivos de extensão Yamli 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
Type Arabic using Yamli's Smart Arabic Keyboard anywhere on the web For example, type "mosalsal", and it will automatically be converted to "مسلسل".
Informações Básicas da Extensão
Nome | Yamli |
ID | jhninijcbcniklnjbohdmoglogfjbglh |
URL Oficial | https://chromewebstore.google.com/detail/yamli/jhninijcbcniklnjbohdmoglogfjbglh |
Descrição | Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard. |
Tamanho do Arquivo | 14.39 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.0.8 |
Última Atualização | 2019-05-28 |
Data de Publicação | 2019-05-21 |
Classificação | 4.06/5 Total de 426 Avaliações |
Desenvolvedor | https://www.yamli.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.yamli.com/arabic-keyboard/ |
Idiomas Suportados | en,fr,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "manifest_version": 2, "version": "1.0.8", "default_locale": "en", "description": "__MSG_description__", "icons": { "48": "images\/logo_y_48.png", "128": "images\/logo_y_128.png" }, "browser_action": { "default_icon": "images\/toolbar_yamli_off.png" }, "background": { "scripts": [ "background.js" ] }, "offline_enabled": false, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |