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 "مسلسل".
擴展基本資訊
名稱 | Yamli |
ID | jhninijcbcniklnjbohdmoglogfjbglh |
官方網址 | 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:\/\/*\/" ] } |