PdFort New tab

The best New Tab Pdf Converter, quick and easy to use.

Τι είναι το PdFort New tab;

Το PdFort New tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον foodnewtab, και η κύρια λειτουργία του είναι "The best New Tab Pdf Converter, quick and easy to use.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PdFort New tab

Λήψη αρχείων επέκτασης PdFort New tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        PdFort New Tab is the best Pdf Conversion solution for you.
With this simple and quick interface you can convert any Pdf to doc and any Doc to Pdf.
You can also search the web and convert the documents you need, all in the same webpage. Each new tab will have the mentioned functionality.
 
Please note this extension will change your Chrome New Tab and New Tab search. 
New Tab search results powered by Yahoo.

Please notice:
By clicking on the 'Add to Chrome' button you agree to install PdFort New Tab extension, according to our Privacy Policy and our Terms of Service. 

You can Review our Terms of Service: https://pdfort.com/terms.html.
You can Review our Privacy: https://pdfort.com/privacy.html.

You can decide either to remove or disable this extension anytime you want.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PdFort New tab PdFort New tab
ID knlibmamipanfnionnmdmooekibhcpog
Επίσημο URL https://chromewebstore.google.com/detail/pdfort-new-tab/knlibmamipanfnionnmdmooekibhcpog
Περιγραφή The best New Tab Pdf Converter, quick and easy to use.
Μέγεθος Αρχείου 2.38 MB
Αριθμός Εγκαταστάσεων 1,578
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2023-08-09
Ημερομηνία Δημοσίευσης 2023-01-25
Προγραμματιστής foodnewtab
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://pdfort.com/
URL της Σελίδας Πολιτικής Απορρήτου https://foodnewtab.com/privacy.html
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "images\/icon-logo.png",
        "48": "images\/icon-logo.png",
        "128": "images\/icon-logo.png"
    },
    "manifest_version": 3,
    "name": "PdFort New tab",
    "version": "1.0.3",
    "description": "The best New Tab Pdf Converter, quick and easy to use.",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/pdfort.com\/",
        "*:\/\/.pdfort.com\/",
        "*:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "images\/icon-logo.png"
    }
}