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 |
| 官方網址 | 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"
}
}
} | |