arabKet tools
a set of tools for arabic language
O que é arabKet tools?
arabKet tools é uma extensão do Chrome desenvolvida por https://arabkey.site, e sua principal característica é "a set of tools for arabic language".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão arabKet tools
Baixe arquivos de extensão arabKet tools 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
Useful tools for the Arabic language, Convert keyboard language programmatically. This extension helps convert any Arabic text written with an English keyboard back to Arabic letters. It's also converting in reverse, from Arabic letters to English for example; it converts the text "فاهس لاخخن" to "this book," useful for long paragraphs and in chats. Also, provide the to convert numbers to written words like "123" to "مئة و ثلاثة و عشرون". This uses API calls from the associate site: https://arabkey.site. We try to provide tools that enable the Arabic-speaking users with their writings and read proving any Arabic text.
Informações Básicas da Extensão
Nome | arabKet tools |
ID | mibijocbodnipoiojblokmeocpdghpnl |
URL Oficial | https://chromewebstore.google.com/detail/arabket-tools/mibijocbodnipoiojblokmeocpdghpnl |
Descrição | a set of tools for arabic language |
Tamanho do Arquivo | 33.83 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.0 beta |
Última Atualização | 2023-09-12 |
Data de Publicação | 2021-05-18 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | https://arabkey.site |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://arabkey.site |
Idiomas Suportados | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "arabKet tools", "description": "a set of tools for arabic language", "version": "1.0", "version_name": "1.0 beta", "author": "Ashraf Monshi", "manifest_version": 2, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "convert numbers to arabic letters" }, "permissions": [ "*:\/\/*.arakey.test\/\/*" ] } |