BubblePDF - Edit and Convert PDF files
A quick and easy to use extension to assist you whenever you need to convert a PDF file. The extension includes a new tab search.
Τι είναι το BubblePDF - Edit and Convert PDF files;
Το BubblePDF - Edit and Convert PDF files είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.bubblepdf.com, και η κύρια λειτουργία του είναι "A quick and easy to use extension to assist you whenever you need to convert a PDF file. The extension includes a new tab search.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BubblePDF - Edit and Convert PDF files
Λήψη αρχείων επέκτασης BubblePDF - Edit and Convert PDF files σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Easily convert, split, and merge PDF files BubblePDF is a PDF Converter Extension with a New Tab Search, enabling you to: Convert to and from PDF to multiple file formats, including doc, gif, and jpg Merge, split, and compress PDF files Enjoy new tab search Add shortcuts to popular sites To enable these easy to use free features, this extension configures your New Tab to BubblePDF. The extension supports conversion to and from a variety of formats including doc, gif, and jpg. The extension requests the following permissions: 1. Set your new tab page search to BubblePDF 2. Read and change your data on sites: https://.bubblepdf.com/ By selecting “ADD TO CHROME”, you agree to install the BubblePDF Chrome Extension, change the Chrome™ New Tab to BubblePDF, and accept the End-User License Agreement and Privacy Policy. Terms of Use: https://www.bubblepdf.com/terms-of-use Privacy Policy: https://www.bubblepdf.com/privacy-policy You may uninstall the extension at any time. To remove our extension from Google Chrome: 1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser. 2) Go to "Settings". 3) In the menu that appears click on "Extensions". 4) From the list of installed Extensions, locate the extension you would like to uninstall. 5) To remove the extension, click on the trash can icon which is to the right of “Enable” 6) Close your browser completely and reopen it. The extension should now be removed from your browser. For assistance from our customer service team, please email us at [email protected].
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | jpemcaegpkkggfllgbfnpffnjaclhmeo |
Επίσημο URL | https://chrome.google.com/webstore/detail/bubblepdf-edit-and-conver/jpemcaegpkkggfllgbfnpffnjaclhmeo |
Περιγραφή | A quick and easy to use extension to assist you whenever you need to convert a PDF file. The extension includes a new tab search. |
Μέγεθος Αρχείου | 702 KB |
Αριθμός Εγκαταστάσεων | 13,223 |
Τρέχουσα Έκδοση | 0.2.35 |
Τελευταία Ενημέρωση | 2020-12-08 |
Ημερομηνία Δημοσίευσης | 2020-06-28 |
Αξιολόγηση | 3.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://www.bubblepdf.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.bubblepdf.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "background": { "scripts": [ "js\/browser-polyfill.js", "js\/util.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.bubblepdf.com\/*" ], "js": [ "js\/beacon-script.js" ] } ], "manifest_version": 2, "icons": { "64": "icons\/64.png", "128": "icons\/128.png", "512": "icons\/512.png", "16": "icons\/16.png", "32": "icons\/32.png" }, "description": "__MSG_appDesc__", "name": "__MSG_appStoreName__", "default_locale": "en", "permissions": [ "https:\/\/*.bubblepdf.com\/*" ], "chrome_url_overrides": { "newtab": "new-tab\/new-tab.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.35" } |