Yamli
Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.
Wat is Yamli?
Yamli is een Chrome-extensie ontwikkeld door https://www.yamli.com, en de belangrijkste functie is "Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Yamli
Download Yamli-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Type Arabic using Yamli's Smart Arabic Keyboard anywhere on the web For example, type "mosalsal", and it will automatically be converted to "مسلسل".
Basisinformatie over de Extensie
Naam | Yamli |
ID | jhninijcbcniklnjbohdmoglogfjbglh |
Officiële URL | https://chromewebstore.google.com/detail/yamli/jhninijcbcniklnjbohdmoglogfjbglh |
Beschrijving | Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard. |
Bestandsgrootte | 14.39 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.0.8 |
Laatst Bijgewerkt | 2019-05-28 |
Publicatiedatum | 2019-05-21 |
Beoordeling | 4.06/5 Totaal 426 Beoordelingen |
Ontwikkelaar | https://www.yamli.com |
Betalingswijze | free |
Extensiewebsite | http://www.yamli.com/arabic-keyboard/ |
Ondersteunde Talen | 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:\/\/*\/" ] } |