Yamli
Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.
什么是Yamli?
Yamli是由https://www.yamli.com开发的Chrome扩展程序,该扩展的主要功能是“Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.”。
扩展截图
下载Yamli扩展crx文件
下载Yamli扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Type Arabic using Yamli's Smart Arabic Keyboard anywhere on the web For example, type "mosalsal", and it will automatically be converted to "مسلسل". 扩展基本信息
| 名称 | |
| ID | jhninijcbcniklnjbohdmoglogfjbglh |
| 官方URL | https://chromewebstore.google.com/detail/yamli/jhninijcbcniklnjbohdmoglogfjbglh |
| 简介 | Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard. |
| 文件大小 | 14.39 KB |
| 安装次数 | 10,000 |
| 当前版本 | 1.0.8 |
| 更新时间 | 2019-05-28 |
| 上架时间 | 2019-05-21 |
| 评分 | 4.06/5 共426次评分 |
| 开发者 | https://www.yamli.com |
| 付费类型 | free |
| 扩展官网 | http://www.yamli.com/arabic-keyboard/ |
| 支持的语言 | 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:\/\/*\/"
]
} | |