Zoho Creator Language Patcher

This extension will patch Zoho Creator UI for your language

Co to jest Zoho Creator Language Patcher?

Zoho Creator Language Patcher to rozszerzenie Chrome opracowane przez Zentelechia, a jego główną funkcją jest „This extension will patch Zoho Creator UI for your language”.

Pobierz plik CRX rozszerzenia Zoho Creator Language Patcher

Pobierz pliki rozszerzeń Zoho Creator Language Patcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Zoho Creator Language Patcher Zoho Creator Language Patcher
ID pledgfcgoahgnonjgjcffgenaklkkfgb
Oficjalny URL https://chrome.google.com/webstore/detail/zoho-creator-language-pat/pledgfcgoahgnonjgjcffgenaklkkfgb
Opis This extension will patch Zoho Creator UI for your language
Rozmiar pliku 84.43 KB
Liczba instalacji 42
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2013-12-30
Data Publikacji 2013-12-30
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Zentelechia
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}