Minute to Hour

Convert minutes to an hour string.

Qu'est-ce que Minute to Hour ?

Minute to Hour est une extension Chrome développée par kevingimbel, et sa fonction principale est "Convert minutes to an hour string.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Minute to Hour

Téléchargez les fichiers d'extension Minute to Hour 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

                        Convert Minutes to Hours; that's it. Useful if you are working with a Call Tracking tool that requires to input times in hour format, e.g. 15 minutes would be 0.25 hours. 

Need a specific Feature? Request them on Github! https://github.com/kevingimbel/minute-to-hour.chrome                    

Informations de Base sur l'Extension

Nom Minute to Hour Minute to Hour
ID obaikajlkkoedmedkglnpdailmoeaccm
URL Officiel https://chromewebstore.google.com/detail/minute-to-hour/obaikajlkkoedmedkglnpdailmoeaccm
Description Convert minutes to an hour string.
Taille du Fichier 139 KB
Nombre d'Installations 66
Version Actuelle 1.0
Dernière Mise à Jour 2016-06-14
Date de Publication 2016-06-14
Évaluation 5.00/5 Total 3 Évaluations
Développeur kevingimbel
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minute to Hour",
    "description": "Convert minutes to an hour string.",
    "version": "1.0",
    "icons": {
        "128": "assets\/images\/icon_large.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon_large.png",
        "default_popup": "views\/popup.html",
        "default_title": "Minute to Hour"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}