arabKet tools
a set of tools for arabic language
What is arabKet tools?
arabKet tools is a Chrome extension developed by https://arabkey.site, and its main feature is "a set of tools for arabic language".
Extension Screenshots
Download arabKet tools Extension CRX File
Download arabKet tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | arabKet tools |
ID | mibijocbodnipoiojblokmeocpdghpnl |
Official URL | https://chromewebstore.google.com/detail/arabket-tools/mibijocbodnipoiojblokmeocpdghpnl |
Description | a set of tools for arabic language |
File Size | 33.83 KB |
Installation Count | 35 |
Current Version | 1.0 beta |
Last Updated | 2023-09-12 |
Publish Date | 2021-05-18 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://arabkey.site |
[email protected] | |
Payment Type | free |
Extension Website | https://arabkey.site |
Supported Languages | 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\/\/*" ] } |