Inches to CM
Converts length in inches to centimeters
Wat is Inches to CM?
Inches to CM is een Chrome-extensie ontwikkeld door Backbencher.dev, en de belangrijkste functie is "Converts length in inches to centimeters".
Extensie Screenshots
Download het CRX-bestand van de extensie Inches to CM
Download Inches to CM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An easy way to convert inches to centimeters right from the browser Basisinformatie over de Extensie
| Naam | |
| ID | bkfbhbfhifpmlgnglkafjgpebppihomk |
| Officiële URL | https://chromewebstore.google.com/detail/inches-to-cm/bkfbhbfhifpmlgnglkafjgpebppihomk |
| Beschrijving | Converts length in inches to centimeters |
| Bestandsgrootte | 31.14 KB |
| Aantal Installaties | 184 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2022-11-01 |
| Publicatiedatum | 2022-10-31 |
| Ontwikkelaar | Backbencher.dev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://backbencher.dev |
| URL van de Privacybeleid Pagina | https://backbencher.dev/privacy-policy |
| Ondersteunde Talen | 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"
}
} | |