UtimeConverter
UtimeConverter
What is UtimeConverter?
UtimeConverter is a Chrome extension developed by to4ro, and its main feature is "UtimeConverter".
Extension Screenshots
Download UtimeConverter Extension CRX File
Download UtimeConverter 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
UtimeConverter provides a function of convert from unixtime to datetime, from datetime to unixtime.
Extension Basic Information
Name | UtimeConverter |
ID | lcopmkcgcnggjgegpiimgciiaogjiffe |
Official URL | https://chromewebstore.google.com/detail/utimeconverter/lcopmkcgcnggjgegpiimgciiaogjiffe |
Description | UtimeConverter |
File Size | 282 KB |
Installation Count | 61 |
Current Version | 1.0.1 |
Last Updated | 2014-05-24 |
Publish Date | 2014-05-24 |
Developer | to4ro |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UtimeConverter", "version": "1.0.1", "manifest_version": 2, "description": "UtimeConverter", "browser_action": { "default_icon": "icon19.png", "default_title": "UtimeConverter", "default_popup": "index.html" }, "icons": { "128": "icon128.png" } } |