PDF Converter

Convinent tool to convert DOCX to PDF right from new tab

PDF Converterとは何ですか?

PDF ConverterはTriplex Mediaによって開発されたChromeの拡張機能で、その主な機能は「Convinent tool to convert DOCX to PDF right from new tab」です。

拡張機能のスクリーンショット

screenshot

PDF Converter拡張機能のCRXファイルをダウンロード

PDF Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With our PDF Extension. When you open a New Browser Tab life is easier to quickly and easily convert documents to PDF

Simple open new tab, and drag and drop your into the browser for an instant conversion. 

Easy to use interface to convert files quickly and easily.

Key Features Include
- Providing the best search results by changing your search engine on the new tab to Bing
- Drag and drop convert feature for faster conversion
- Quick view time of day
- Access to your social media platforms

By clicking "Add to chrome", I accept and agree to installing the PDF Converter Chrome™ extension and setting Chrome™ New Tab and new tab search engine to that provided by the service and the Privacy (https://triplex.media/privacy_policy.html) and Terms of Use(https://triplex.media/terms.html).

Triplex Media,
1/60 Park St, Sydney NSW 2000
[email protected]                    

拡張機能の基本情報

名前 PDF Converter PDF Converter
ID mpcoopflcfldoffkbjhpnhcpnagfcmbg
公式URL https://chromewebstore.google.com/detail/pdf-converter/mpcoopflcfldoffkbjhpnhcpnagfcmbg
説明 Convinent tool to convert DOCX to PDF right from new tab
ファイルサイズ 3.78 MB
インストール数 85,744
現在のバージョン 1.3
最終更新日 2021-07-26
公開日 2020-06-19
開発者 Triplex Media
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://triplex.media/privacy_policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF Converter",
    "author": "Frooty Studios",
    "description": "Convinent tool to convert DOCX to PDF right from new tab",
    "version": "1.3",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/imgs\/ex_logo_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "views\/tabs\/tabs.html"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            ".\/backgroundScript\/backgroundScript.js"
        ],
        "persistent": true
    },
    "permissions": [
        "*:\/\/search101.info\/*",
        "https:\/\/d2q2b2smtdn85x.cloudfront.net\/stats\/v2\/ntext\/install\/*"
    ]
}