TIFF to PNG Converter
Convert TIFF files to PNG format
Apa itu TIFF to PNG Converter?
TIFF to PNG Converter adalah ekstensi Chrome yang dikembangkan oleh http://freepicturesolutions.com, dan fitur utamanya adalah "Convert TIFF files to PNG format".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TIFF to PNG Converter
Unduh file ekstensi TIFF to PNG Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
How to convert TIFF to PNG? 1-Click extension icon - this will open TIFF to PNG online conversion website. 2-Select TIFF file and click convert button. 3-You will get your PNG file download link in your email address.
Informasi Dasar Ekstensi
Nama | |
ID | eompbhifpaidkeflgiobkenphbmpbbpg |
URL Resmi | https://chrome.google.com/webstore/detail/tiff-to-png-converter/eompbhifpaidkeflgiobkenphbmpbbpg |
Deskripsi | Convert TIFF files to PNG format |
Ukuran File | 43.04 KB |
Jumlah Instalasi | 175 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2020-05-28 |
Tanggal Publikasi | 2020-05-28 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://freepicturesolutions.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://freepicturesolutions.com/online/#tiff-to-png-converter |
URL Halaman Kebijakan Privasi | http://freeconverting.com/privacy.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TIFF to PNG Converter", "default_locale": "en", "description": "Convert TIFF files to PNG format", "background": { "scripts": [ "background.js" ] }, "version": "2.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |