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).

Vad är Free PDF Converter - New Tab For Chrome?

Free PDF Converter - New Tab For Chrome är en Chrome-tillägg utvecklad av Free PDF Converter, och dess huvudfunktion är "100% free and will convert and create various types of files (such as Word DOC, Excel XLS, and PowerPoint PPT).".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Free PDF Converter - New Tab For Chrome-förlängningens CRX-fil

Ladda ner Free PDF Converter - New Tab For Chrome-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

                        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.                    

Grundläggande Information om Tillägg

Namn Free PDF Converter - New Tab For Chrome Free PDF Converter - New Tab For Chrome
ID pimbieaejoennlgafeckaicakjkflenm
Officiell webbadress https://chrome.google.com/webstore/detail/pimbieaejoennlgafeckaicakjkflenm
Beskrivning 100% free and will convert and create various types of files (such as Word DOC, Excel XLS, and PowerPoint PPT).
Filstorlek 2.48 MB
Antal Installationer 2,063
Aktuell Version 5.1.0.3
Senast Uppdaterad 2021-07-29
Publiceringsdatum 2021-01-02
Utvecklare Free PDF Converter
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://freepdfconverter.org/
Hjälpsida URL https://freepdfconverter.org/contact-us.html
URL till Sekretesspolicy Sidan https://freepdfconverter.org/privacy-policy.html
Stödda Språk 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\/*"
        ]
    }
}