Arabic Diacritic
Diacritic for arabic text
Arabic Diacritic क्या है?
Arabic Diacritic RDI AI Technologies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Diacritic for arabic text"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Arabic Diacritic एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ "*:\/\/*\/*" ] } ] } |