arabKet tools

a set of tools for arabic language

Cos'è arabKet tools?

arabKet tools è un'estensione di Chrome sviluppata da https://arabkey.site, e la sua funzione principale è "a set of tools for arabic language".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione arabKet tools

Scarica i file di estensione arabKet tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome arabKet tools arabKet tools
ID mibijocbodnipoiojblokmeocpdghpnl
URL Ufficiale https://chromewebstore.google.com/detail/arabket-tools/mibijocbodnipoiojblokmeocpdghpnl
Descrizione a set of tools for arabic language
Dimensione del File 33.83 KB
Conteggio Installazioni 35
Versione Corrente 1.0 beta
Ultimo Aggiornamento 2023-09-12
Data di Pubblicazione 2021-05-18
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://arabkey.site
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://arabkey.site
Lingue Supportate 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\/\/*"
    ]
}