ConvertToPdf
ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.
Vad är ConvertToPdf?
ConvertToPdf är en Chrome-tillägg utvecklad av ztek.apps, och dess huvudfunktion är "ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.".
Tilläggsskärmbilder
Ladda ner ConvertToPdf-förlängningens CRX-fil
Ladda ner ConvertToPdf-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
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
Grundläggande Information om Tillägg
Namn | ConvertToPdf |
ID | cphpiaeghkgaodcpcepgboloofaajjib |
Officiell webbadress | https://chromewebstore.google.com/detail/converttopdf/cphpiaeghkgaodcpcepgboloofaajjib |
Beskrivning | ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page. |
Filstorlek | 73.86 KB |
Antal Installationer | 1,100 |
Aktuell Version | 1.0.833.904 |
Senast Uppdaterad | 2020-07-17 |
Publiceringsdatum | 2020-06-28 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | ztek.apps |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.blpsearch.com/privacy |
Stödda Språk | 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" ] } |