Zoho Creator Language Patcher
This extension will patch Zoho Creator UI for your language
Zoho Creator Language Patcherとは何ですか?
Zoho Creator Language PatcherはZentelechiaによって開発されたChromeの拡張機能で、その主な機能は「This extension will patch Zoho Creator UI for your language」です。
Zoho Creator Language Patcher拡張機能のCRXファイルをダウンロード
Zoho Creator Language Patcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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"
}
]
} | |