Yamli
Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.
Vad är Yamli?
Yamli är en Chrome-tillägg utvecklad av https://www.yamli.com, och dess huvudfunktion är "Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.".
Tilläggsskärmbilder
Ladda ner Yamli-förlängningens CRX-fil
Ladda ner Yamli-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Type Arabic using Yamli's Smart Arabic Keyboard anywhere on the web For example, type "mosalsal", and it will automatically be converted to "مسلسل". Grundläggande Information om Tillägg
| Namn | |
| ID | jhninijcbcniklnjbohdmoglogfjbglh |
| Officiell webbadress | https://chromewebstore.google.com/detail/yamli/jhninijcbcniklnjbohdmoglogfjbglh |
| Beskrivning | Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard. |
| Filstorlek | 14.39 KB |
| Antal Installationer | 10,000 |
| Aktuell Version | 1.0.8 |
| Senast Uppdaterad | 2019-05-28 |
| Publiceringsdatum | 2019-05-21 |
| Betyg | 4.06/5 Totalt 426 Betyg |
| Utvecklare | https://www.yamli.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.yamli.com/arabic-keyboard/ |
| Stödda Språk | 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:\/\/*\/"
]
} | |