ConvertToPdf

ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.

O que é ConvertToPdf?

ConvertToPdf é uma extensão do Chrome desenvolvida por ztek.apps, e sua principal característica é "ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ConvertToPdf

Baixe arquivos de extensão ConvertToPdf no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ConvertToPdf ConvertToPdf
ID cphpiaeghkgaodcpcepgboloofaajjib
URL Oficial https://chromewebstore.google.com/detail/converttopdf/cphpiaeghkgaodcpcepgboloofaajjib
Descrição ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.
Tamanho do Arquivo 73.86 KB
Contagem de Instalações 1,100
Versão Atual 1.0.833.904
Última Atualização 2020-07-17
Data de Publicação 2020-06-28
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor ztek.apps
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.blpsearch.com/privacy
Idiomas Suportados 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"
    ]
}