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 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."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ConvertToPdf एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |