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คืออะไร?

ConvertToPdf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ztek.apps และคุณลักษณะหลักของมันคือ "ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ConvertToPdf

ดาวน์โหลดไฟล์ส่วนขยาย ConvertToPdf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ConvertToPdf ConvertToPdf
ID cphpiaeghkgaodcpcepgboloofaajjib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/converttopdf/cphpiaeghkgaodcpcepgboloofaajjib
คำอธิบาย ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.
ขนาดไฟล์ 73.86 KB
จำนวนการติดตั้ง 1,100
เวอร์ชันปัจจุบัน 1.0.833.904
อัปเดตครั้งล่าสุด 2020-07-17
วันที่เผยแพร่ 2020-06-28
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา ztek.apps
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.blpsearch.com/privacy
ภาษาที่รองรับ 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"
    ]
}