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文件
下载sonix.ai assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |