Zoho Creator Language Patcher

This extension will patch Zoho Creator UI for your language

What is Zoho Creator Language Patcher?

Zoho Creator Language Patcher is a Chrome extension developed by Zentelechia, and its main feature is "This extension will patch Zoho Creator UI for your language".

Download Zoho Creator Language Patcher Extension CRX File

Download Zoho Creator Language Patcher 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

                        You can modify text of each ui element. In this version we have Russian an French langauges. Other languages will come soon. Email me [email protected] to add your language.                    

Extension Basic Information

Name Zoho Creator Language Patcher Zoho Creator Language Patcher
ID pledgfcgoahgnonjgjcffgenaklkkfgb
Official URL https://chrome.google.com/webstore/detail/zoho-creator-language-pat/pledgfcgoahgnonjgjcffgenaklkkfgb
Description This extension will patch Zoho Creator UI for your language
File Size 84.43 KB
Installation Count 42
Current Version 0.3
Last Updated 2013-12-30
Publish Date 2013-12-30
Rating 3.00/5 Total 2 Ratings
Developer Zentelechia
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zoho Creator Language Patcher",
    "version": "0.3",
    "description": "This extension will patch Zoho Creator UI  for your language",
    "options_page": "background.html",
    "permissions": [
        "storage",
        "https:\/\/creator.zoho.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/creator.zoho.com\/*"
            ],
            "js": [
                "jquery.js",
                "data.js",
                "update.js"
            ],
            "run_at": "document_idle"
        }
    ]
}