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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for sonix.ai to add more options related to fonts and managing characters in edit environment."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में sonix.ai assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |