Free PDF Converter - New Tab For Chrome

100% free and will convert and create various types of files (such as Word DOC, Excel XLS, and PowerPoint PPT).

¿Qué es Free PDF Converter - New Tab For Chrome?

Free PDF Converter - New Tab For Chrome es una extensión de Chrome desarrollada por Free PDF Converter, y su función principal es "100% free and will convert and create various types of files (such as Word DOC, Excel XLS, and PowerPoint PPT).".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Free PDF Converter - New Tab For Chrome

Descarga archivos de extensión Free PDF Converter - New Tab For Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Free PDF Converter -All the PDF Tools You Need to Work Efficiently.

100% free and will convert and create various types of files (such as Word DOC, Excel XLS, and PowerPoint PPT).

This extension configures your New tab and adds these functions.

In addition, the Free PDF Converter extension also offers a convenient web search.

Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa with one click.

Quick and easy access directly from your browser Free PDF Converter processes documents in Word, Excel, PDF, PPT and JPG. Simply select a Word file and press "Convert to PDF" to apply the format you want.

Functions:
- Easily convert PDF to Word just right and accurately, and vice versa.
- Convert PDF data to Excel to make it editable. Excel to PDF for easy reading.
- Convert PDF page to JPG or all JPG images to PDF format
- Convert PDF to PowerPoint and return it in a second.


Quick access to incognito mode and random wallpapers and local weather
All data is saved on your computer. It is recommended that you add some commonly used shortcuts. If you want to sync data, you can leave a message in the comment section. We will develop the next feature based on users' opinions.


1. Incognito mode
Select the text or link on any website and right click on the "Find / Open In Incognito Mode" menu.

You can also open an incognito window for the shortcut you added. The search results will also open in a private window.

In incognito mode, the browser does not record your visit records, cookies and form data. You can surf safely without leaving any traces to better protect your privacy.


2. Multi-desktop
Add multiple desktops to classify the desktops and move smoothly between different desktops.

Add shortcuts you use frequently so that you can easily find them when you need them.


3. Quick search
The powerful search function can search your history, bookmarks or search on Google and enter the url to open the website. It's the same as the browser's address bar, which is perfect.

There are several modes in the search results. You can choose to open in a new tab, open in a new window, or open in an incognito window.


4. Quick favorite
Select the context menu on the website to save the current URL in Free PDF Converter.

5.Widgets & Unread mails count
You can add Widgets on your desktop to achieve more functions, such as Weather Forecast, Maps & Directions, Notes, Gmail, and etc. Using the Gmail widget, you can get notifications, check the inbox, delete or mark emails without opening Gmail. The number of unread emails will be showed in a prominent way in corresponding account.

By installing this extension you agree to the data protection regulations (https://freepdfconverter.org/privacy-policy.html).

Used authorizations and reasons:

"Read and change your information on a number of websites"
In order for our product to work, we need access to the websites we own and manage.

"Replace the page that appears when you open a new tab."
This way we can show you our product - a new tab with free web search.

"Read your browsing history and bookmarks"
This enables us to match product-specific content or offers to relevant information.                    

Información Básica de la Extensión

Nombre Free PDF Converter - New Tab For Chrome Free PDF Converter - New Tab For Chrome
ID pimbieaejoennlgafeckaicakjkflenm
URL Oficial https://chrome.google.com/webstore/detail/pimbieaejoennlgafeckaicakjkflenm
Descripción 100% free and will convert and create various types of files (such as Word DOC, Excel XLS, and PowerPoint PPT).
Tamaño del Archivo 2.48 MB
Cantidad de Instalaciones 2,063
Versión Actual 5.1.0.3
Última Actualización 2021-07-29
Fecha de Publicación 2021-01-02
Desarrollador Free PDF Converter
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://freepdfconverter.org/
URL de la Página de Ayuda https://freepdfconverter.org/contact-us.html
URL de la Página de Política de Privacidad https://freepdfconverter.org/privacy-policy.html
Idiomas Soportados de,en,fr,es,it,pt-BR,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "5.1.0.3",
    "description": "__MSG_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/freepdfconverter.org",
    "author": "freepdfconverter.org",
    "browser_action": {
        "default_icon": "images\/icon\/icon48.png",
        "default_title": "__MSG_extName__",
        "default_popup": "\/popup\/index.html"
    },
    "chrome_url_overrides": {
        "newtab": "\/dist\/index.html"
    },
    "icons": {
        "16": "images\/icon\/icon16.png",
        "32": "images\/icon\/icon32.png",
        "48": "images\/icon\/icon48.png",
        "128": "images\/icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/misc.js",
            "js\/background.js",
            "popup\/gmail\/js\/jquery.min.js",
            "popup\/gmail\/js\/config.js",
            "popup\/gmail\/js\/addressparser.js",
            "popup\/gmail\/js\/gmail.js",
            "popup\/gmail\/js\/account.js",
            "popup\/gmail\/js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "popup\/gmail\/tabletView.js",
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "bookmarks",
        "history",
        "contextMenus",
        "tabs",
        "https:\/\/*.freepdfconverter.org\/",
        "https:\/\/www.yahoo.com\/",
        "https:\/\/mail.google.com\/",
        "notifications"
    ],
    "web_accessible_resources": [
        "popup\/gmail\/gmail.html",
        "popup\/gmail\/tabletView.css"
    ],
    "offline_enabled": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/freepdfconverter.org\/*"
        ]
    }
}