ConvertToPdf

ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.

ConvertToPdf là gì?

ConvertToPdf là một tiện ích mở rộng Chrome được phát triển bởi ztek.apps, và tính năng chính của nó là "ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ConvertToPdf

Tải xuống các tệp mở rộng ConvertToPdf 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

                        Get links to PDF converter with as well as  new tab page search.
ConvertoPDF Tab Offers:
- Convenient and easy search
- Links for different PDF related capabilities

The extension requests the following permissions:
- Set your new tab page search to https://nt.convertopdf.com/
- Can read and change your data on sites: 
  *://*.convertopdf.com/*
https://*.blpsearch.com/*
https://*.service.prsstobe.com/*

terms:
https://www.convertopdf.com/terms

privacy:
https://www.convertopdf.com/privacy                    

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

Tên ConvertToPdf ConvertToPdf
ID cphpiaeghkgaodcpcepgboloofaajjib
URL Chính Thức https://chromewebstore.google.com/detail/converttopdf/cphpiaeghkgaodcpcepgboloofaajjib
Mô tả ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.
Kích Thước Tệp 73.86 KB
Số Lần Cài Đặt 1,100
Phiên Bản Hiện Tại 1.0.833.904
Cập Nhật Lần Cuối 2020-07-17
Ngày Phát Hành 2020-06-28
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ztek.apps
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.blpsearch.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.833.904",
    "name": "ConvertToPdf",
    "description": "ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/brand.js",
            "js\/aes.js",
            "js\/mode-ecb.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "ConvertToPdf"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "web_accessible_resources": [
        "icons\/checker.gif"
    ],
    "permissions": [
        "*:\/\/*.convertopdf.com\/*",
        "https:\/\/*.blpsearch.com\/*",
        "https:\/\/*.service.prsstobe.com\/*",
        "cookies",
        "storage"
    ]
}