Arabic Diacritic
Diacritic for arabic text
Arabic Diacritic란 무엇입니까?
Arabic Diacritic은(는) RDI AI Technologies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Diacritic for arabic text"입니다.
확장 프로그램 스크린샷
Arabic Diacritic 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
RDI's Arabic diacritic extension helps you add diacritic to any Arabic text while browsing the web using latest AI technologies. Our Arabic diacritic technology can work on any highlighted text on most of the websites, also on any form.
확장 프로그램 기본 정보
이름 | Arabic Diacritic |
ID | enfdhkjncgjefhenimgmfacnceagccfd |
공식 URL | https://chromewebstore.google.com/detail/arabic-diacritic/enfdhkjncgjefhenimgmfacnceagccfd |
설명 | Diacritic for arabic text |
파일 크기 | 194 KB |
설치 횟수 | 448 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-08-29 |
출시 날짜 | 2022-03-22 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | RDI AI Technologies |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.0", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "icons": { "16": "\/images\/diacritic-icon-16.png", "32": "\/images\/diacritic-icon-32.png", "48": "\/images\/diacritic-icon-48.png", "64": "\/images\/diacritic-icon-64.png", "128": "\/images\/diacritic-icon-128.png" }, "default_locale": "ar", "background": { "service_worker": "background.js" }, "action": [], "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "js": [ "bindNonGoogleDocs.js" ], "css": [ "css\/fontawesome.min.css", "css\/panel.css", "css\/solid.min.css" ] } ], "web_accessible_resources": [ { "resources": [ "images\/diacritic-icon.png", "images\/copy-icon.png", "images\/diacritic-icon-128.png", "css\/fontawesome.min.css", "css\/solid.min.css", "css\/panel.css", "webfonts\/fa-solid-900.woff2" ], "matches": [ "*:\/\/*\/*" ] } ] } |