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
Vad är SimplePDF - Edit and Fill PDF?
SimplePDF - Edit and Fill PDF är en Chrome-tillägg utvecklad av https://simplepdf.eu, och dess huvudfunktion är "Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy".
Tilläggsskärmbilder
Ladda ner SimplePDF - Edit and Fill PDF-förlängningens CRX-fil
Ladda ner SimplePDF - Edit and Fill PDF-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | fgikademdabjcmnlgmgbifipooibbepi |
| Officiell webbadress | https://chromewebstore.google.com/detail/simplepdf-edit-and-fill-p/fgikademdabjcmnlgmgbifipooibbepi |
| Beskrivning | Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy |
| Filstorlek | 24.83 KB |
| Antal Installationer | 3,640 |
| Aktuell Version | 1.2.0 |
| Senast Uppdaterad | 2023-11-27 |
| Publiceringsdatum | 2022-09-26 |
| Betyg | 4.54/5 Totalt 13 Betyg |
| Utvecklare | https://simplepdf.eu |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://simplepdf.eu |
| Hjälpsida URL | https://www.simplepdf.eu/terms_of_service |
| URL till Sekretesspolicy Sidan | https://simplepdf.eu/privacy-policy |
| Stödda Språk | 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"
}
} | |