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 |
Eメール | [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" } } } |