Minute to Hour

Convert minutes to an hour string.

What is Minute to Hour?

Minute to Hour is a Chrome extension developed by kevingimbel, and its main feature is "Convert minutes to an hour string.".

Extension Screenshots

screenshot

Download Minute to Hour Extension CRX File

Download Minute to Hour extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Minute to Hour Minute to Hour
ID obaikajlkkoedmedkglnpdailmoeaccm
Official URL https://chromewebstore.google.com/detail/minute-to-hour/obaikajlkkoedmedkglnpdailmoeaccm
Description Convert minutes to an hour string.
File Size 139 KB
Installation Count 66
Current Version 1.0
Last Updated 2016-06-14
Publish Date 2016-06-14
Rating 5.00/5 Total 3 Ratings
Developer kevingimbel
Payment Type free
Supported Languages 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'"
}