sonix.ai assistant
An extension for sonix.ai to add more options related to fonts and managing characters in edit environment.
sonix.ai assistant란 무엇입니까?
sonix.ai assistant은(는) bro.t.1996에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension for sonix.ai to add more options related to fonts and managing characters in edit environment."입니다.
확장 프로그램 스크린샷
sonix.ai assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension for sonix.ai to add more options related to fonts and managing characters in edit environment to help easily create transcriptions with international translation standards. Features: 1. Provide the number of characters beside each paragraph in the transcriptions (without counting diacritics). 2. Change text font family to `Amiri` for the transcriptions which makes Arabic Text more readable. 3. Change text font size to `2rem` for the transcriptions which makes Arabic Text much more clear. 4. Add the transcriptions paragraphs as a caption to the video while playing the video (support both rtl and ltr). Source Code: https://github.com/IbraheemTuffaha/sonix.ai-assistant TODO: 1. Change diacritics colors in Arabic text. 2. Option for automatic addition of diacritics. 3. Option for choosing the font size.
확장 프로그램 기본 정보
이름 | sonix.ai assistant |
ID | jcihidblogjjipifllnemojemlbnaibo |
공식 URL | https://chromewebstore.google.com/detail/sonixai-assistant/jcihidblogjjipifllnemojemlbnaibo |
설명 | An extension for sonix.ai to add more options related to fonts and managing characters in edit environment. |
파일 크기 | 111 KB |
설치 횟수 | 290 |
현재 버전 | 0.1.6 |
최근 업데이트 | 2020-03-20 |
출시 날짜 | 2020-03-19 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | bro.t.1996 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/IbraheemTuffaha/sonix.ai-assistant |
도움말 페이지 URL | https://github.com/IbraheemTuffaha/sonix.ai-assistant |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "sonix.ai assistant", "version": "0.1.6", "homepage_url": "https:\/\/github.com\/IbraheemTuffaha\/sonix-ai", "description": "An extension for sonix.ai to add more options related to fonts and managing characters in edit environment.", "permissions": [], "content_scripts": [ { "css": [ "css\/count_characters.css", "css\/change_font.css", "css\/caption.css" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/count_characters.js", "js\/constants.js", "js\/change_font.js", "js\/add_caption.js" ], "matches": [ "https:\/\/my.sonix.ai\/recordings\/*" ] } ], "web_accessible_resources": [ "fonts\/Amiri-Regular.woff2" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |