PDF Drop
All the PDF Tools you Need in One Place.
PDF Dropとは何ですか?
PDF Dropはhttps://pdf-drop.comによって開発されたChromeの拡張機能で、その主な機能は「All the PDF Tools you Need in One Place.」です。
拡張機能のスクリーンショット
PDF Drop拡張機能のCRXファイルをダウンロード
PDF Drop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Manage your PDF files from your browser and boost your online productivity in just one click! 🎉 Available Features : - Compress PDF (reduce their size by up to 90%) - Convert PDF to Word documents (by keeping content formatting) - Convert Word documents to PDF - Extract Images from your PDF files Sell your PDF files (ebooks or any other PDF) on EDP at https://easy-digital-products.com.
拡張機能の基本情報
名前 | PDF Drop |
ID | iipcnebeanlkejnmbedeaeicaplfmibf |
公式URL | https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf |
説明 | All the PDF Tools you Need in One Place. |
ファイルサイズ | 11.17 KB |
インストール数 | 92 |
現在のバージョン | 1.0 |
最終更新日 | 2024-03-02 |
公開日 | 2022-02-02 |
開発者 | https://pdf-drop.com |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://pdf-drop.com |
ヘルプページのURL | https://pdf-drop.com/contact |
プライバシーポリシーページのURL | https://pdf-drop.com/terms |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDF Drop", "description": "All the PDF Tools you Need in One Place.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "options_page": "options.html" } |