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
Co to jest SimplePDF - Edit and Fill PDF?
SimplePDF - Edit and Fill PDF to rozszerzenie Chrome opracowane przez https://simplepdf.eu, a jego główną funkcją jest „Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SimplePDF - Edit and Fill PDF
Pobierz pliki rozszerzeń SimplePDF - Edit and Fill PDF w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | SimplePDF - Edit and Fill PDF |
ID | fgikademdabjcmnlgmgbifipooibbepi |
Oficjalny URL | https://chromewebstore.google.com/detail/simplepdf-edit-and-fill-p/fgikademdabjcmnlgmgbifipooibbepi |
Opis | Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy |
Rozmiar pliku | 24.83 KB |
Liczba instalacji | 3,640 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2023-11-27 |
Data Publikacji | 2022-09-26 |
Ocena | 4.54/5 Łącznie 13 Oceny |
Deweloper | https://simplepdf.eu |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://simplepdf.eu |
Adres URL Strony Pomocy | https://www.simplepdf.eu/terms_of_service |
Adres URL Strony Polityki Prywatności | https://simplepdf.eu/privacy-policy |
Obsługiwane Języki | 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" } } |