ConvertToPdf
ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.
Co to jest ConvertToPdf?
ConvertToPdf to rozszerzenie Chrome opracowane przez ztek.apps, a jego główną funkcją jest „ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ConvertToPdf
Pobierz pliki rozszerzeń ConvertToPdf 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
Get links to PDF converter with as well as new tab page search. ConvertoPDF Tab Offers: - Convenient and easy search - Links for different PDF related capabilities The extension requests the following permissions: - Set your new tab page search to https://nt.convertopdf.com/ - Can read and change your data on sites: *://*.convertopdf.com/* https://*.blpsearch.com/* https://*.service.prsstobe.com/* terms: https://www.convertopdf.com/terms privacy: https://www.convertopdf.com/privacy
Podstawowe informacje o rozszerzeniu
Nazwa | ConvertToPdf |
ID | cphpiaeghkgaodcpcepgboloofaajjib |
Oficjalny URL | https://chromewebstore.google.com/detail/converttopdf/cphpiaeghkgaodcpcepgboloofaajjib |
Opis | ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page. |
Rozmiar pliku | 73.86 KB |
Liczba instalacji | 1,100 |
Aktualna Wersja | 1.0.833.904 |
Ostatnia Aktualizacja | 2020-07-17 |
Data Publikacji | 2020-06-28 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | ztek.apps |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.blpsearch.com/privacy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.833.904", "name": "ConvertToPdf", "description": "ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.", "icons": { "128": "icons\/icon-128.png" }, "background": { "scripts": [ "js\/brand.js", "js\/aes.js", "js\/mode-ecb.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "ConvertToPdf" }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "web_accessible_resources": [ "icons\/checker.gif" ], "permissions": [ "*:\/\/*.convertopdf.com\/*", "https:\/\/*.blpsearch.com\/*", "https:\/\/*.service.prsstobe.com\/*", "cookies", "storage" ] } |