Yamli
Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.
What is Yamli?
Yamli is a Chrome extension developed by https://www.yamli.com, and its main feature is "Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.".
Extension Screenshots
Download Yamli Extension CRX File
Download Yamli extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Type Arabic using Yamli's Smart Arabic Keyboard anywhere on the web For example, type "mosalsal", and it will automatically be converted to "مسلسل".
Extension Basic Information
Name | Yamli |
ID | jhninijcbcniklnjbohdmoglogfjbglh |
Official URL | https://chromewebstore.google.com/detail/yamli/jhninijcbcniklnjbohdmoglogfjbglh |
Description | Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard. |
File Size | 14.39 KB |
Installation Count | 10,000 |
Current Version | 1.0.8 |
Last Updated | 2019-05-28 |
Publish Date | 2019-05-21 |
Rating | 4.06/5 Total 426 Ratings |
Developer | https://www.yamli.com |
Payment Type | free |
Extension Website | http://www.yamli.com/arabic-keyboard/ |
Supported Languages | en,fr,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "manifest_version": 2, "version": "1.0.8", "default_locale": "en", "description": "__MSG_description__", "icons": { "48": "images\/logo_y_48.png", "128": "images\/logo_y_128.png" }, "browser_action": { "default_icon": "images\/toolbar_yamli_off.png" }, "background": { "scripts": [ "background.js" ] }, "offline_enabled": false, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |