PDF Editor Extension - PDFzorro
Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension
PDF Editor Extension - PDFzorroとは何ですか?
PDF Editor Extension - PDFzorroはhttps://www.pdfzorro.comによって開発されたChromeの拡張機能で、その主な機能は「Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension」です。
拡張機能のスクリーンショット
PDF Editor Extension - PDFzorro拡張機能のCRXファイルをダウンロード
PDF Editor Extension - PDFzorro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension you can edit PDF files, that are opened in Google Chrome™. You also can open the free Online-PDF-Editor to edit PDF in the browser. You can rotate, split, sort pages. Secure or unsecure PDF files. Add text, annotation, draws or marks into the PDF. You also can add images to the PDF. Convert PDF to Word, Excel or PowerPoint. Enjoy PDFzorro, for free! -------------------------------------------------- Google Chrome™ is a trademark of Google LLC
拡張機能の基本情報
名前 | PDF Editor Extension - PDFzorro |
ID | icbddibgmpdonpogkcnambimgncliipl |
公式URL | https://chromewebstore.google.com/detail/pdf-editor-extension-pdfz/icbddibgmpdonpogkcnambimgncliipl |
説明 | Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension |
ファイルサイズ | 293 KB |
インストール数 | 39,185 |
現在のバージョン | 1.0.0.4 |
最終更新日 | 2023-09-22 |
公開日 | 2020-02-12 |
評価 | 3.67/5 合計 90 レビュー |
開発者 | https://www.pdfzorro.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.pdfzorro.com/EDIT/terms.php |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'", "permissions": [ "activeTab", "https:\/\/www.pdfzorro.com\/*", "downloads", "file:\/\/\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "name": "PDF Editor Extension - PDFzorro", "version": "1.0.0.4", "short_name": "Use Google Chrome\u2122 as PDF Editor", "description": "Open PDF files with Google Chrome\u2122 and edit them with this PDFzorro Extension", "icons": { "16": "logo16.png", "128": "logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |