ProDocToPdf
ProDocToPdf Converter Allows quick conversion of any file to PDF from the task bar icon
ProDocToPdfคืออะไร?
ProDocToPdf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://freehdsearch.com และคุณลักษณะหลักของมันคือ "ProDocToPdf Converter Allows quick conversion of any file to PDF from the task bar icon"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProDocToPdf
ดาวน์โหลดไฟล์ส่วนขยาย ProDocToPdf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ProDocToPdf Converter Allows quick conversion of any file to PDF from the task bar icon Convert any file to PDF straight from your extension icon. This easy-to-use free extension allows you to convert your files to PDF easily without downloading an application and slowing down your computer. This extensions modifies the default search setting of your chrome browser new tab in order to allow the features in it. New Feature! Type the word "PDF" in the Omnibox and click "Tab" on the keyboard and easily search and find PDF files and images from the web! How does it work? 1. Click on the extension icon on the top right corner 2. Easily drag & drop the file into the blue square or click "choose file" 3. Select the file you want to convert 4. Click on the "Convert" button and when your file is ready you will be prompted to save the file in your desired folder 5. Preview your file by clicking on the “View” button How do I uninstall this extension? Click on the Chrome Menu icon to open the menu Click on Settings On the left window pane click on Extensions Choose the extension from the list Click on the Trash bin icon to the right of the extension On the pop-up window click on the Remove button EULA: https://freehdsearch.com/eula Privacy Policy : https://freehdsearch.com/privacy You can always contact us at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ogckidgbinfdagogjdeljjdigbkpiijp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/prodoctopdf/ogckidgbinfdagogjdeljjdigbkpiijp |
คำอธิบาย | ProDocToPdf Converter Allows quick conversion of any file to PDF from the task bar icon |
ขนาดไฟล์ | 294 KB |
จำนวนการติดตั้ง | 116 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2019-11-05 |
วันที่เผยแพร่ | 2019-11-04 |
ผู้พัฒนา | http://freehdsearch.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://prodoctopdf.com/ext/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ProDocToPdf", "version": "0.0.2", "manifest_version": 2, "description": "ProDocToPdf Converter Allows quick conversion of any file to PDF from the task bar icon", "homepage_url": "https:\/\/prodoctopdf.com", "icons": { "16": "icons\/anydoc2pdf16.png", "48": "icons\/anydoc2pdf48.png", "128": "icons\/anydoc2pdf128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "offline_enabled": true, "browser_action": { "default_icon": "icons\/anydoc2pdf16.png", "default_title": "ProDocToPdf", "default_popup": "src\/browser_action\/browser_action.html" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/freehdsearch.com\/img\/favicon\/freehdsearch\/favicon-16x16.png", "is_default": true, "keyword": "FS", "name": "Free Hd Search", "search_url": "https:\/\/freehdsearch.com\/search?q={searchTerms}&utm_source=5220" } }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "permissions": [ "activeTab", "history", "storage", "webRequest", "webRequestBlocking", "cookies", "*:\/\/*.prodoctopdf.com\/*", "*:\/\/freehdsearch.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/sdk.amazonaws.com; object-src 'self'" } |