Convert between Kurdish Unicode and Ali-K, with features such as light/dark modes, drag-and-drop, and quick triple-click copying.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Kurdish Unicode - Ali K Converter",
"author": "Ahmed F. Shark",
"description": "Convert between Kurdish Unicode and Ali-K, with features such as light/dark modes, drag-and-drop, and quick triple-click copying.",
"version": "3.3.0.2",
"icons": {
"25": "images/icon25.png",
"48": "images/icon48.png"
},
"action": {
"default_icon": {
"20": "images/icon20.png",
"40": "images/icon40.png",
"128": "images/icon128.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self'"
},
"default_title": "Kurdish Unicode - Ali K Converter",
"default_popup": "popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}