Convert to PDF New Tab

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

Qu'est-ce que Convert to PDF New Tab ?

Convert to PDF New Tab est une extension Chrome développée par http://newtabtools.com, et sa fonction principale est "Convert your documents to PDF with ease - right on your new tab page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Convert to PDF New Tab

Téléchargez les fichiers d'extension Convert to PDF New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Convert to PDF New Tab Convert to PDF New Tab
ID oknidffmfdafgllnngpkfchloocfolcn
URL Officiel https://chrome.google.com/webstore/detail/convert-to-pdf-new-tab/oknidffmfdafgllnngpkfchloocfolcn
Description Convert your documents to PDF with ease - right on your new tab page.
Taille du Fichier 1.02 MB
Nombre d'Installations 78
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-10-03
Date de Publication 2017-10-03
Développeur http://newtabtools.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.newtabtools.com/privacy-policy
Langues Prises en Charge 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"
    }
}