Metric to Imperial Converter
This extension allows the user to convert dimensions between imperial and metric.
Qu'est-ce que Metric to Imperial Converter ?
Metric to Imperial Converter est une extension Chrome développée par RJ Richter, et sa fonction principale est "This extension allows the user to convert dimensions between imperial and metric.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Metric to Imperial Converter
Téléchargez les fichiers d'extension Metric to Imperial 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
Want to convert inches to millimeters or centimeters? This tool allows the user to convert dimensions between imperial and metric in a quick and simple way.
Informations de Base sur l'Extension
Nom | Metric to Imperial Converter |
ID | hmlgbjphkkebdhpefpmkklhgndbccejm |
URL Officiel | https://chromewebstore.google.com/detail/metric-to-imperial-conver/hmlgbjphkkebdhpefpmkklhgndbccejm |
Description | This extension allows the user to convert dimensions between imperial and metric. |
Taille du Fichier | 263 KB |
Nombre d'Installations | 112 |
Version Actuelle | 1.2.00 |
Dernière Mise à Jour | 2022-03-23 |
Date de Publication | 2021-05-19 |
Développeur | RJ Richter |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://docs.google.com/document/d/1u_AbvdQO_90Ic5DO6F8-UKuB5FK9U87TnrfNtqrbGHw/edit?usp=sharing |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metric to Imperial Converter", "short_name": "Metric to Imperial Converter", "description": "This extension allows the user to convert dimensions between imperial and metric.", "version": "1.2.00", "author": "RjR", "options_page": "options.html", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "Metric to Imperial Converter", "default_icon": "img\/tools-16-128.png", "default_popup": "popup.html" } } |