arabKet tools
a set of tools for arabic language
什么是arabKet tools?
arabKet tools是由https://arabkey.site开发的Chrome扩展程序,该扩展的主要功能是“a set of tools for arabic language”。
扩展截图
下载arabKet tools扩展crx文件
下载arabKet tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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\/\/*" ] } |