Convert to PDF New Tab

Convert your documents to PDF with ease - right on your new tab page.

Cos'è Convert to PDF New Tab?

Convert to PDF New Tab è un'estensione di Chrome sviluppata da http://newtabtools.com, e la sua funzione principale è "Convert your documents to PDF with ease - right on your new tab page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Convert to PDF New Tab

Scarica i file di estensione Convert to PDF New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Convert your documents to PDF with ease - right on your new tab page.
Convert to PDF New Tab helps you convert your word documents to PDF files with a click of a button!
Features:
- Convenient and easy search
- Free conversion of your word documents to PDF
Click "Add to Chrome" to install Convert to PDF.
Note: Installing this extension changes your Chrome New Tab to Convert to PDF.                    

Informazioni di Base sull'Estensione

Nome Convert to PDF New Tab Convert to PDF New Tab
ID oknidffmfdafgllnngpkfchloocfolcn
URL Ufficiale https://chrome.google.com/webstore/detail/convert-to-pdf-new-tab/oknidffmfdafgllnngpkfchloocfolcn
Descrizione Convert your documents to PDF with ease - right on your new tab page.
Dimensione del File 1.02 MB
Conteggio Installazioni 78
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-10-03
Data di Pubblicazione 2017-10-03
Sviluppatore http://newtabtools.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://www.newtabtools.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert to PDF New Tab",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Convert your documents to PDF with ease - right on your new tab page.",
    "homepage_url": "http:\/\/www.newtabtools.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/bg\/config.js",
            "js\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "topSites",
        "history",
        "unlimitedStorage",
        "*:\/\/*.newtabtools.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.newtabtools.com\/*",
                "https:\/\/*.newtabtools.com\/*"
            ],
            "js": [
                "js\/bg\/ext.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/bg\/config.js",
                "js\/ads.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    }
}