Image to PDF Converter
Get your images(jpg, png, gif, bmp) converted to PDF document instantly
Qu'est-ce que Image to PDF Converter ?
Image to PDF Converter est une extension Chrome développée par https://online-converter.freepdfsolutions.com, et sa fonction principale est "Get your images(jpg, png, gif, bmp) converted to PDF document instantly".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image to PDF Converter
Téléchargez les fichiers d'extension Image to PDF Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Convert images to pdf document rather easily. How? -Click extension icon, it will redirect you to online converter tool. -Select image files you want to convert and click convert button. -You will get pdf download link in email.
Informations de Base sur l'Extension
Nom | |
ID | jlpnnbpgcpkogdkhelnkcfgmnbbmllnb |
URL Officiel | https://chrome.google.com/webstore/detail/image-to-pdf-converter/jlpnnbpgcpkogdkhelnkcfgmnbbmllnb |
Description | Get your images(jpg, png, gif, bmp) converted to PDF document instantly |
Taille du Fichier | 6.39 KB |
Nombre d'Installations | 167 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-10-04 |
Date de Publication | 2018-10-04 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://online-converter.freepdfsolutions.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://online-converter.freepdfsolutions.com/#image-to-pdf-converter |
URL de la Page de Politique de Confidentialité | https://freeconverting.com/privacy.php |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image to PDF Converter", "default_locale": "en", "description": "Get your images(jpg, png, gif, bmp) converted to PDF document instantly", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" }, "permissions": [ "tabs" ] } |