arabKet tools

a set of tools for arabic language

Co to jest arabKet tools?

arabKet tools to rozszerzenie Chrome opracowane przez https://arabkey.site, a jego główną funkcją jest „a set of tools for arabic language”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia arabKet tools

Pobierz pliki rozszerzeń arabKet tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa arabKet tools arabKet tools
ID mibijocbodnipoiojblokmeocpdghpnl
Oficjalny URL https://chromewebstore.google.com/detail/arabket-tools/mibijocbodnipoiojblokmeocpdghpnl
Opis a set of tools for arabic language
Rozmiar pliku 33.83 KB
Liczba instalacji 35
Aktualna Wersja 1.0 beta
Ostatnia Aktualizacja 2023-09-12
Data Publikacji 2021-05-18
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://arabkey.site
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://arabkey.site
Obsługiwane Języki 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\/\/*"
    ]
}