New Tab Quick PDF Converter
Convert PDF and search the web on each new tab, quick and easy to use
O que é New Tab Quick PDF Converter?
New Tab Quick PDF Converter é uma extensão do Chrome desenvolvida por quickpdfconverter, e sua principal característica é "Convert PDF and search the web on each new tab, quick and easy to use".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New Tab Quick PDF Converter
Baixe arquivos de extensão New Tab Quick PDF Converter 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
New Tab Quick Pdf Converter enables you to convert PDF and search the web on each new tab you open. Quick and easy to use. Use it right away! Please note this extension will change your Chrome New Tab and New Tab search. New Tab search results powered by Yahoo. Some important information for you: By clicking on the 'Add to Chrome' button and installing New Tab Quick PDF Converter, you agree to install this extension, with our Privacy Policy and our Terms of Service. By installing, New Tab Quick PDF Converter will change your Chrome's new tab. Please review our Terms of Service and Privacy Policy at - https://quickpdfconverter.com/terms.html https://quickpdfconverter.com/privacy.html You may remove or disable this extension anytime.
Informações Básicas da Extensão
Nome | New Tab Quick PDF Converter |
ID | dahlapnnflgogjncfekgjdfopcafiigb |
URL Oficial | https://chrome.google.com/webstore/detail/new-tab-quick-pdf-convert/dahlapnnflgogjncfekgjdfopcafiigb |
Descrição | Convert PDF and search the web on each new tab, quick and easy to use |
Tamanho do Arquivo | 1.71 MB |
Contagem de Instalações | 3,923 |
Versão Atual | 1.0.5 |
Última Atualização | 2023-09-20 |
Data de Publicação | 2022-12-27 |
Desenvolvedor | quickpdfconverter |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://quickpdfconverter.com/ |
URL da Página de Política de Privacidade | https://quickpdfconverter.com/privacy.html |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "manifest_version": 3, "name": "New Tab Quick PDF Converter", "version": "1.0.5", "description": "Convert PDF and search the web on each new tab, quick and easy to use", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/quickpdfconverter.com\/", "*:\/\/.quickpdfconverter.com\/" ], "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icon.png" } } |