Document Converter
Document Converter provides easy access to an online file converter via a widget on your toolbar.
Document Converterとは何ですか?
Document Converterはhttps://documentconverter.comによって開発されたChromeの拡張機能で、その主な機能は「Document Converter provides easy access to an online file converter via a widget on your toolbar.」です。
拡張機能のスクリーンショット
Document Converter拡張機能のCRXファイルをダウンロード
Document Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Instantly convert files without compromising on quality with the Document Converter extension. Easily convert JPG, DOC, PPT, XLS, or PNG files to PDF and vice versa. Merge documents, presentations, and spreadsheets into a single PDF. You can also preview and share files via WhatsApp, email, or by copying a link. To use the file converter tool: 1. Click the puzzle icon on the toolbar, then click on Document Converter to access the widget 2. Select the file formats you want to convert 'from' and 'to’ (e.g. PDF to PPT) on the file converter tool 3. Drag and drop a file or upload one from your computer and click ‘Convert.’ 4. Download and share your converted file Permission: Read and modify your data on documentconverter.com: This permission is required to make calls to our API via our domain to provide you with the communicated functionality. Want to share feedback? Please fill out this form and help us improve the product for you: https://documentconverter.com/public/contactus_cc.html You can uninstall this product at any time. Please follow the instructions here: https://documentconverter.com/public/uninstall_cc.html By clicking the button above, I consent to install this Chrome™ extension and abide by its Terms of Service and Privacy Policy. Chrome is a trademark of Google LLC. Use of it here does not imply any affiliation with or endorsement by Google LLC. Privacy Policy: https://documentconverter.com/public/privacypolicy_cc.html Terms of Service: https://documentconverter.com/public/termsofservice_cc.html
拡張機能の基本情報
名前 | Document Converter |
ID | kmbpdjggkkonkenojiicgmjckoimbejo |
公式URL | https://chromewebstore.google.com/detail/document-converter/kmbpdjggkkonkenojiicgmjckoimbejo |
説明 | Document Converter provides easy access to an online file converter via a widget on your toolbar. |
ファイルサイズ | 86.23 KB |
インストール数 | 330 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-12-19 |
公開日 | 2023-12-19 |
開発者 | https://documentconverter.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://documentconverter.com/public/privacypolicy_cc.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Document Converter", "description": "Document Converter provides easy access to an online file converter via a widget on your toolbar.", "version": "1.0.0", "action": { "default_popup": "index.html" }, "host_permissions": [ "*:\/\/documentconverter.com\/*" ], "background": { "service_worker": ".\/js\/background.js" }, "icons": { "48": ".\/images\/extension-logo.png" } } |