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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/\/*" ] } |