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
公式URL 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
Eメール [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"
    }
}