Inches to CM
Converts length in inches to centimeters
Apa itu Inches to CM?
Inches to CM adalah ekstensi Chrome yang dikembangkan oleh Backbencher.dev, dan fitur utamanya adalah "Converts length in inches to centimeters".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Inches to CM
Unduh file ekstensi Inches to CM 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
An easy way to convert inches to centimeters right from the browser
Informasi Dasar Ekstensi
Nama | Inches to CM |
ID | bkfbhbfhifpmlgnglkafjgpebppihomk |
URL Resmi | https://chromewebstore.google.com/detail/inches-to-cm/bkfbhbfhifpmlgnglkafjgpebppihomk |
Deskripsi | Converts length in inches to centimeters |
Ukuran File | 31.14 KB |
Jumlah Instalasi | 184 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-11-01 |
Tanggal Publikasi | 2022-10-31 |
Pengembang | Backbencher.dev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://backbencher.dev |
URL Halaman Kebijakan Privasi | https://backbencher.dev/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Inches to CM", "description": "Converts length in inches to centimeters", "version": "1.0.0", "action": { "default_popup": "popup\/popup.html", "default_icon": "logo.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |