PDF Converty New Tab
Convert PDF and search the web on each new tab, fast and easy to use
PDF Converty New Tabคืออะไร?
PDF Converty New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย newtabpdfconverty และคุณลักษณะหลักของมันคือ "Convert PDF and search the web on each new tab, fast and easy to use"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDF Converty New Tab
ดาวน์โหลดไฟล์ส่วนขยาย PDF Converty New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
PDFConverty New Tab is a very easy-to-use web based interface for PDF conversion and searching the web. Each new tab includes a unique rectangle where you can easily drag and drop your documents and convert them from PDF to Doc and Doc to Pdf. Furthermore, each new tab also includes a search field so you can easily make your daily queries along conversion tasks. Just go online and convert any document to PDF using this simple UI. Additionally, on this new tab, you can search the web using this simple interface. The best and easiest way to convert PDF! Some important information for you: By clicking on the 'Add to Chrome' button and installing PdfConvertyNewTab, you agree to install this extension, with our Privacy Policy and our Terms of Service. By installing, PdfConvertyNewTab will change your Chrome's new tab. You can decide to remove or disable this extension anytime. You can Review our Terms of Service at https://pdfconvertynewtab.com/terms.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PDF Converty New Tab |
ID | hpihjedjcchklaihjimdgcomfilgdnea |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pdf-converty-new-tab/hpihjedjcchklaihjimdgcomfilgdnea |
คำอธิบาย | Convert PDF and search the web on each new tab, fast and easy to use |
ขนาดไฟล์ | 1.73 MB |
จำนวนการติดตั้ง | 75 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-01-20 |
วันที่เผยแพร่ | 2023-01-18 |
ผู้พัฒนา | newtabpdfconverty |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://pdfconvertynewtab.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://pdfconvertynewtab.com/privacy.html |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "manifest_version": 3, "name": "PDF Converty New Tab", "version": "1.0.1", "description": "Convert PDF and search the web on each new tab, fast and easy to use", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/pdfconvertynewtab.com\/\/", "*:\/\/.pdfconvertynewtab.com\/\/", "*:\/\/*\/*" ], "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "logo.png" } } |