日历
提供日历及节假日查询,随时了解日期安排。
日历とは何ですか?
日历はadsaferzによって開発されたChromeの拡張機能で、その主な機能は「提供日历及节假日查询,随时了解日期安排。」です。
拡張機能のスクリーンショット
日历拡張機能のCRXファイルをダウンロード
日历拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
简单好用的日历工具,实时查看日程安排,还可以预先了解节假日放假情况,提前准备。
拡張機能の基本情報
名前 | 日历 |
ID | aempjbfhhfooifnadnhfpmoipelcbaia |
公式URL | https://chromewebstore.google.com/detail/%E6%97%A5%E5%8E%86/aempjbfhhfooifnadnhfpmoipelcbaia |
説明 | 提供日历及节假日查询,随时了解日期安排。 |
ファイルサイズ | 69.97 KB |
インストール数 | 57 |
現在のバージョン | 3.1.114 |
最終更新日 | 2017-06-01 |
公開日 | 2017-06-01 |
評価 | 2.00/5 合計 2 レビュー |
開発者 | adsaferz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1.114", "manifest_version": 2, "minimum_chrome_version": "1.0.0", "content_security_policy": "script-src 'self'; object-src 'self'", "name": "\u65e5\u5386", "description": "\u63d0\u4f9b\u65e5\u5386\u53ca\u8282\u5047\u65e5\u67e5\u8be2\uff0c\u968f\u65f6\u4e86\u89e3\u65e5\u671f\u5b89\u6392\u3002", "icons": { "19": "images\/19.png", "48": "images\/48.png", "128": "images\/128.png" }, "background": { "persistent": false, "scripts": [ "js\/jquery.min.js", "js\/md5.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/19.png", "default_popup": "pop.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "unlimitedStorage", "management" ] } |