PDFdoctor
PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.
Co to jest PDFdoctor?
PDFdoctor to rozszerzenie Chrome opracowane przez https://pdfdoctor.com, a jego główną funkcją jest „PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PDFdoctor
Pobierz pliki rozszerzeń PDFdoctor 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
PDFdoctor is simplest online PDF utility tool. It provides functionality to
1. Convert PPT/Doc/XL/Images to PDF
2. Convert PDF to images
3. PDF security - Add/Remove password to/from PDF
4. Organize PDF - Split PDF / Delete pages from PDF/ Change order of pages from PDF
5. Edit PDF - Add watermark to PDF / Add page numbers to PDF Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ngdoplephcdidmohhdepcnjdmocdckga |
| Oficjalny URL | https://chromewebstore.google.com/detail/pdfdoctor/ngdoplephcdidmohhdepcnjdmocdckga |
| Opis | PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc. |
| Rozmiar pliku | 4.45 KB |
| Liczba instalacji | 61 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2020-04-19 |
| Data Publikacji | 2020-04-19 |
| Deweloper | https://pdfdoctor.com |
| Typ Płatności | free |
| Strona Rozszerzenia | https://pdfdoctor.com |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PDFdoctor",
"start_url": "https:\/\/pdfdoctor.com",
"version": "1.0.1",
"description": "PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"title": "Simplest online free PDF tool"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"manifest_version": 2
} | |