Convert to PDF New Tab

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

Convert to PDF New Tab là gì?

Convert to PDF New Tab là một tiện ích mở rộng Chrome được phát triển bởi http://newtabtools.com, và tính năng chính của nó là "Convert your documents to PDF with ease - right on your new tab page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Convert to PDF New Tab

Tải xuống các tệp mở rộng Convert to PDF New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Convert to PDF New Tab Convert to PDF New Tab
ID oknidffmfdafgllnngpkfchloocfolcn
URL Chính Thức https://chrome.google.com/webstore/detail/convert-to-pdf-new-tab/oknidffmfdafgllnngpkfchloocfolcn
Mô tả Convert your documents to PDF with ease - right on your new tab page.
Kích Thước Tệp 1.02 MB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-10-03
Ngày Phát Hành 2017-10-03
Nhà Phát Triển http://newtabtools.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.newtabtools.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}