arabKet tools

a set of tools for arabic language

arabKet tools क्या है?

arabKet tools https://arabkey.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a set of tools for arabic language"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में arabKet tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम arabKet tools arabKet tools
ID mibijocbodnipoiojblokmeocpdghpnl
आधिकारिक URL https://chromewebstore.google.com/detail/arabket-tools/mibijocbodnipoiojblokmeocpdghpnl
विवरण a set of tools for arabic language
फ़ाइल का आकार 33.83 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.0 beta
अंतिम अपडेट 2023-09-12
प्रकाशन तिथि 2021-05-18
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://arabkey.site
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://arabkey.site
समर्थित भाषाएँ 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\/\/*"
    ]
}