arabKet tools

a set of tools for arabic language

Co je arabKet tools?

arabKet tools je rozšíření Chrome vyvinuté https://arabkey.site, a jeho hlavní funkcí je „a set of tools for arabic language“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření arabKet tools

Stáhněte si soubory rozšíření arabKet tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název arabKet tools arabKet tools
ID mibijocbodnipoiojblokmeocpdghpnl
Oficiální URL https://chromewebstore.google.com/detail/arabket-tools/mibijocbodnipoiojblokmeocpdghpnl
Popis a set of tools for arabic language
Velikost souboru 33.83 KB
Počet instalací 35
Aktuální Verze 1.0 beta
Poslední Aktualizace 2023-09-12
Datum Vydání 2021-05-18
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář https://arabkey.site
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://arabkey.site
Podporované Jazyky 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\/\/*"
    ]
}