TIFF to JPG Converter
Convert TIFF files to JPG format
Qu'est-ce que TIFF to JPG Converter ?
TIFF to JPG Converter est une extension Chrome développée par http://freepicturesolutions.com, et sa fonction principale est "Convert TIFF files to JPG format".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TIFF to JPG Converter
Téléchargez les fichiers d'extension TIFF to JPG 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
How to convert TIFF to JPG? 1-Click extension icon - this will open TIFF to JPG online conversion website. 2-Select TIFF file and click convert button. 3-You will get your JPG file download link in your email address.
Informations de Base sur l'Extension
Nom | |
ID | bmdgjkpbipepckiagdgpkpanijbmleal |
URL Officiel | https://chrome.google.com/webstore/detail/tiff-to-jpg-converter/bmdgjkpbipepckiagdgpkpanijbmleal |
Description | Convert TIFF files to JPG format |
Taille du Fichier | 42.89 KB |
Nombre d'Installations | 3,000 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2020-05-28 |
Date de Publication | 2020-05-28 |
Développeur | http://freepicturesolutions.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://freepicturesolutions.com/online/#tiff-to-jpg-converter |
URL de la Page de Politique de Confidentialité | http://freeconverting.com/privacy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TIFF to JPG Converter", "default_locale": "en", "description": "Convert TIFF files to JPG format", "background": { "scripts": [ "background.js" ] }, "version": "2.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |