Convert to PDF New Tab

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

什麼是Convert to PDF New Tab?

Convert to PDF New Tab是由http://newtabtools.com開發的Chrome擴展程式,該擴展的主要功能是“Convert your documents to PDF with ease - right on your new tab page.”。

擴展截圖

screenshot

下載Convert to PDF New Tab擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Convert to PDF New Tab Convert to PDF New Tab
ID oknidffmfdafgllnngpkfchloocfolcn
官方網址 https://chrome.google.com/webstore/detail/convert-to-pdf-new-tab/oknidffmfdafgllnngpkfchloocfolcn
簡介 Convert your documents to PDF with ease - right on your new tab page.
檔案大小 1.02 MB
安裝次數 78
目前版本 1.0.0
更新時間 2017-10-03
上架時間 2017-10-03
開發者 http://newtabtools.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://www.newtabtools.com/privacy-policy
支援的語言 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"
    }
}