Hancom Docs
Hancom Docs
什么是Hancom Docs?
Hancom Docs是由hancomdocs开发的Chrome扩展程序,该扩展的主要功能是“Hancom Docs”。
扩展截图
下载Hancom Docs扩展crx文件
下载Hancom Docs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quick and easy access to Hancom Docs.
View, edit and create HWP, Office documents in your browser.
[Features]
- Create new documents
- Open recent documents
- Upload files
- View account information 扩展基本信息
| 名称 | |
| ID | hghicfdlhiabmmmcmdbbcgiodijhnihl |
| 官方URL | https://chromewebstore.google.com/detail/hancom-docs/hghicfdlhiabmmmcmdbbcgiodijhnihl |
| 简介 | Hancom Docs |
| 文件大小 | 1.87 MB |
| 安装次数 | 4,776 |
| 当前版本 | 1.0.7 |
| 更新时间 | 2023-12-08 |
| 上架时间 | 2022-11-06 |
| 评分 | 4.64/5 共11次评分 |
| 开发者 | hancomdocs |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.hancomdocs.com |
| 帮助页面URL | https://support.hancom.com |
| 隐私政策页面URL | https://accounts.hancom.com/policy/privacy/current |
| 支持的语言 | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.7",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/*.hancomdocs.com\/"
],
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"background": {
"service_worker": ".\/build-background\/background.js"
},
"action": {
"default_icon": ".\/icon_16.png",
"default_popup": ".\/build-popup\/index.html"
},
"commands": {
"create-hwpx": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"description": "Create new hwpx document"
},
"create-xlsx": {
"suggested_key": {
"default": "Ctrl+Shift+2"
},
"description": "Create new cell document"
},
"create-docx": {
"suggested_key": {
"default": "Ctrl+Shift+3"
},
"description": "Create new word document"
},
"create-pptx": {
"suggested_key": {
"default": "Ctrl+Shift+4"
},
"description": "Create new pptx document"
}
}
} | |