PDF editor PDFOffice to edit and create PDF
PDFOffice, a PDF editor to create and edit any PDF file using a web browser.
PDF editor PDFOffice to edit and create PDFとは何ですか?
PDF editor PDFOffice to edit and create PDFはhttps://www.redcoolmedia.netによって開発されたChromeの拡張機能で、その主な機能は「PDFOffice, a PDF editor to create and edit any PDF file using a web browser.」です。
拡張機能のスクリーンショット
PDF editor PDFOffice to edit and create PDF拡張機能のCRXファイルをダウンロード
PDF editor PDFOffice to edit and create PDF拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PDFOffice is a PDF Editor online from which you can perform editing operations over PDF files but using your web browser.
Main features in editing PDF files:
- Create a new document or open an existing one.
- Insert texts with different font color.
- Insert texts with different font size.
- Use some different font style in your inserted text.
- Move the inserted text in any part of the document.
- Insert images
- Download your modified PDF 拡張機能の基本情報
| 名前 | |
| ID | mffappoadhfalhjgmfaoecjbdjfdfhdj |
| 公式URL | https://chromewebstore.google.com/detail/pdf-editor-pdfoffice-to-e/mffappoadhfalhjgmfaoecjbdjfdfhdj |
| 説明 | PDFOffice, a PDF editor to create and edit any PDF file using a web browser. |
| ファイルサイズ | 368 KB |
| インストール数 | 58,897 |
| 現在のバージョン | 1.6.5 |
| 最終更新日 | 2024-01-02 |
| 公開日 | 2020-02-27 |
| 評価 | 2.43/5 合計 87 レビュー |
| 開発者 | https://www.redcoolmedia.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.redcoolmedia.net/ |
| プライバシーポリシーページのURL | http://www.redcoolmedia.net/index.php/cloud-apps-policy |
| 対応言語 | de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_title__",
"version": "1.6.5",
"description": "__MSG_description__",
"default_locale": "en",
"action": {
"default_popup": "index.html",
"default_icon": "icons\/app_38.png"
},
"options_page": "settings.html",
"icons": {
"128": "icons\/app_128.png",
"48": "icons\/app_48.png",
"16": "icons\/app_16.png"
},
"permissions": [
"storage",
"webRequest"
],
"background": {
"service_worker": "service.js"
},
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
} | |