PNG to CUR Converter
Convert PNG files to CUR format
Apa itu PNG to CUR Converter?
PNG to CUR Converter adalah ekstensi Chrome yang dikembangkan oleh http://freepicturesolutions.com, dan fitur utamanya adalah "Convert PNG files to CUR format".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PNG to CUR Converter
Unduh file ekstensi PNG to CUR 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 PNG to CUR? 1-Click extension icon - this will open PNG to CUR online conversion website. 2-Select PNG file and click convert button. 3-You will get your CUR file download link in your email address.
Informasi Dasar Ekstensi
Nama | |
ID | aiilnpakajphpbclhfhfnfhpjiioalnm |
URL Resmi | https://chrome.google.com/webstore/detail/png-to-cur-converter/aiilnpakajphpbclhfhfnfhpjiioalnm |
Deskripsi | Convert PNG files to CUR format |
Ukuran File | 43.44 KB |
Jumlah Instalasi | 242 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2020-05-28 |
Tanggal Publikasi | 2020-05-28 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | http://freepicturesolutions.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://freepicturesolutions.com/online/#png-to-cur-converter |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PNG to CUR Converter", "default_locale": "en", "description": "Convert PNG files to CUR format", "background": { "scripts": [ "background.js" ] }, "version": "2.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |