inKurdish.com
inKurdish Translation
What is inKurdish.com?
inKurdish.com is a Chrome extension developed by waliomer, and its main feature is "inKurdish Translation".
Extension Screenshots
Download inKurdish.com Extension CRX File
Download inKurdish.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With this extension, you can translate English and Arabic text to Kurdish and Kurdish text into English by adding a right-click menu to Google Chrome as well as adding an icon next to settings button. You can also select some text and press CTRL+I to see the translation in a popup window. بە هۆى ئەم بەرنامۆچكەيە، دەتوانيت نووسينى ئينگليزى و عەرەبى بۆ كوردى و كوردى بۆ ئينگليزى وەربگێڕيت بە ديارى كردنى نووسينى ئينگليزى و داگرتنى كليكى لاى ڕاستە. هەروەها ئايكۆنێكى ئاڵاى كوردستان لە تەنيشك دوگمەى "دانانەوە" لە زياد دەبێت هەروەك لە وێنەكە ديارە.
Extension Basic Information
Name | |
ID | egpnaoocallefnggbdcgmabhamffalgg |
Official URL | https://chrome.google.com/webstore/detail/inkurdishcom/egpnaoocallefnggbdcgmabhamffalgg |
Description | inKurdish Translation |
File Size | 8.39 KB |
Installation Count | 2,000 |
Current Version | 3.1 |
Last Updated | 2016-11-03 |
Publish Date | 2016-11-03 |
Rating | 4.73/5 Total 200 Ratings |
Developer | waliomer |
[email protected] | |
Payment Type | free |
Extension Website | http://inkurdish.com |
Help Page URL | http://inkurdish.com/chrome.php |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "16.png", "default_popup": "popup.html" }, "description": "inKurdish Translation", "icons": { "32": "32.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "inKurdish.com", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+I", "mac": "Command+I", "chromeos": "Ctrl+I", "linux": "Ctrl+I" } } }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1" } |