New Tab Quick PDF Converter
Convert PDF and search the web on each new tab, quick and easy to use
What is New Tab Quick PDF Converter?
New Tab Quick PDF Converter is a Chrome extension developed by quickpdfconverter, and its main feature is "Convert PDF and search the web on each new tab, quick and easy to use".
Extension Screenshots
Download New Tab Quick PDF Converter Extension CRX File
Download New Tab Quick PDF Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | New Tab Quick PDF Converter |
ID | dahlapnnflgogjncfekgjdfopcafiigb |
Official URL | https://chrome.google.com/webstore/detail/new-tab-quick-pdf-convert/dahlapnnflgogjncfekgjdfopcafiigb |
Description | Convert PDF and search the web on each new tab, quick and easy to use |
File Size | 1.71 MB |
Installation Count | 3,923 |
Current Version | 1.0.5 |
Last Updated | 2023-09-20 |
Publish Date | 2022-12-27 |
Developer | quickpdfconverter |
[email protected] | |
Payment Type | free |
Extension Website | https://quickpdfconverter.com/ |
Privacy Policy Page URL | https://quickpdfconverter.com/privacy.html |
Supported Languages | 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" } } |