Khmer Translator
Double-click on any word to translate into Khmer Language
What is Khmer Translator?
Khmer Translator is a Chrome extension developed by vicheanak, and its main feature is "Double-click on any word to translate into Khmer Language".
Extension Screenshots
Download Khmer Translator Extension CRX File
Download Khmer Translator 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
Double-click on any word to translate into Khmer Language
Extension Basic Information
Name | |
ID | jkmgfocbdahljompakkiebnnkpclecpp |
Official URL | https://chrome.google.com/webstore/detail/khmer-translator/jkmgfocbdahljompakkiebnnkpclecpp |
Description | Double-click on any word to translate into Khmer Language |
File Size | 42.06 KB |
Installation Count | 243 |
Current Version | 0.1 |
Last Updated | 2015-09-05 |
Publish Date | 2015-09-05 |
Rating | 4.11/5 Total 9 Ratings |
Developer | vicheanak |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Khmer Translator", "description": "Double-click on any word to translate into Khmer Language", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.4.min.js", "content.js" ] } ] } |