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

什麼是Free PDF Converter - New Tab For Chrome?

Free PDF Converter - New Tab For Chrome是由Free PDF Converter開發的Chrome擴展程式,該擴展的主要功能是“100% free and will convert and create various types of files (such as Word DOC, Excel XLS, and PowerPoint PPT).”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Free PDF Converter - New Tab For Chrome擴展crx文件

下載Free PDF Converter - New Tab For Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Free PDF Converter - New Tab For Chrome Free PDF Converter - New Tab For Chrome
ID pimbieaejoennlgafeckaicakjkflenm
官方網址 https://chrome.google.com/webstore/detail/pimbieaejoennlgafeckaicakjkflenm
簡介 100% free and will convert and create various types of files (such as Word DOC, Excel XLS, and PowerPoint PPT).
檔案大小 2.48 MB
安裝次數 2,063
目前版本 5.1.0.3
更新時間 2021-07-29
上架時間 2021-01-02
開發者 Free PDF Converter
電子郵箱 [email protected]
付費類型 free
擴展官網 https://freepdfconverter.org/
說明頁面URL https://freepdfconverter.org/contact-us.html
隱私政策頁面URL https://freepdfconverter.org/privacy-policy.html
支援的語言 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\/*"
        ]
    }
}