Zoho Creator Language Patcher

This extension will patch Zoho Creator UI for your language

Zoho Creator Language Patcher क्या है?

Zoho Creator Language Patcher Zentelechia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will patch Zoho Creator UI for your language"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zoho Creator Language Patcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Zoho Creator Language Patcher Zoho Creator Language Patcher
ID pledgfcgoahgnonjgjcffgenaklkkfgb
आधिकारिक URL https://chrome.google.com/webstore/detail/zoho-creator-language-pat/pledgfcgoahgnonjgjcffgenaklkkfgb
विवरण This extension will patch Zoho Creator UI for your language
फ़ाइल का आकार 84.43 KB
स्थापना संख्या 42
वर्तमान संस्करण 0.3
अंतिम अपडेट 2013-12-30
प्रकाशन तिथि 2013-12-30
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Zentelechia
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}