VietLunar - Lunar Calendar for Vietnam
The Lunar Calendar for Vietnamese, with beautiful style.
VietLunar - Lunar Calendar for Vietnamとは何ですか?
VietLunar - Lunar Calendar for VietnamはNguyễn Kim Khaによって開発されたChromeの拡張機能で、その主な機能は「The Lunar Calendar for Vietnamese, with beautiful style.」です。
VietLunar - Lunar Calendar for Vietnam拡張機能のCRXファイルをダウンロード
VietLunar - Lunar Calendar for Vietnam拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
First version of calendar 拡張機能の基本情報
| 名前 | |
| ID | blklnljefnfkonpnmknbbglbbhbhjieg |
| 公式URL | https://chromewebstore.google.com/detail/vietlunar-lunar-calendar/blklnljefnfkonpnmknbbglbbhbhjieg |
| 説明 | The Lunar Calendar for Vietnamese, with beautiful style. |
| ファイルサイズ | 145 KB |
| インストール数 | 810 |
| 現在のバージョン | 0.3.2 |
| 最終更新日 | 2014-09-29 |
| 公開日 | 2014-09-29 |
| 評価 | 4.50/5 合計 22 レビュー |
| 開発者 | Nguyễn Kim Kha |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "0.3.2",
"default_locale": "en",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"offline_enabled": true,
"background": {
"scripts": [
"amlich.js",
"background.js"
]
},
"browser_action": {
"default_icon": "icon19.png",
"default_popup": "popup.html"
}
} | |