SimplePDF - Edit and Fill PDF
Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy
SimplePDF - Edit and Fill PDFとは何ですか?
SimplePDF - Edit and Fill PDFはhttps://simplepdf.euによって開発されたChromeの拡張機能で、その主な機能は「Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy」です。
拡張機能のスクリーンショット
SimplePDF - Edit and Fill PDF拡張機能のCRXファイルをダウンロード
SimplePDF - Edit and Fill PDF拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The SimplePDF extension allows you to easily open any PDF using the Simple PDF editor without leaving the page you are currently viewing.
SimplePDF respects your privacy: the document you load and the data you fill in are never sent to a server. Read more about it in our privacy policy: https://simplepdf.eu/privacy-policy 拡張機能の基本情報
| 名前 | |
| ID | fgikademdabjcmnlgmgbifipooibbepi |
| 公式URL | https://chromewebstore.google.com/detail/simplepdf-edit-and-fill-p/fgikademdabjcmnlgmgbifipooibbepi |
| 説明 | Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy |
| ファイルサイズ | 24.83 KB |
| インストール数 | 3,640 |
| 現在のバージョン | 1.2.0 |
| 最終更新日 | 2023-11-27 |
| 公開日 | 2022-09-26 |
| 評価 | 4.54/5 合計 13 レビュー |
| 開発者 | https://simplepdf.eu |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://simplepdf.eu |
| ヘルプページのURL | https://www.simplepdf.eu/terms_of_service |
| プライバシーポリシーページのURL | https://simplepdf.eu/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SimplePDF - Edit and Fill PDF",
"description": "Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy",
"version": "1.2.0",
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/logo_16.png",
"32": "\/images\/logo_32.png",
"48": "\/images\/logo_48.png",
"128": "\/images\/logo_128.png"
}
},
"icons": {
"16": "\/images\/logo_16.png",
"32": "\/images\/logo_32.png",
"48": "\/images\/logo_48.png",
"128": "\/images\/logo_128.png"
}
} | |