arabKet tools

a set of tools for arabic language

Qu'est-ce que arabKet tools ?

arabKet tools est une extension Chrome développée par https://arabkey.site, et sa fonction principale est "a set of tools for arabic language".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension arabKet tools

Téléchargez les fichiers d'extension arabKet tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom arabKet tools arabKet tools
ID mibijocbodnipoiojblokmeocpdghpnl
URL Officiel https://chromewebstore.google.com/detail/arabket-tools/mibijocbodnipoiojblokmeocpdghpnl
Description a set of tools for arabic language
Taille du Fichier 33.83 KB
Nombre d'Installations 35
Version Actuelle 1.0 beta
Dernière Mise à Jour 2023-09-12
Date de Publication 2021-05-18
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://arabkey.site
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://arabkey.site
Langues Prises en Charge 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\/\/*"
    ]
}