Convert Unixtime
Convert Unixtime to Date format by selecting the context menu.
What is Convert Unixtime?
Convert Unixtime is a Chrome extension developed by Takahito Nara, and its main feature is "Convert Unixtime to Date format by selecting the context menu.".
Extension Screenshots
Download Convert Unixtime Extension CRX File
Download Convert Unixtime 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 unixtime to the following format easily. YYYY-MM-DD hh:mm:ss (Local) YYYY-MM-DD hh:mm:ss (UTC) You specify the reange of unixtime and select "Convert Unixtime to timestamp" on the context menu by using right click.
Extension Basic Information
Name | Convert Unixtime |
ID | gcdfkgmpbffbohjgncbobihhdefcjmgc |
Official URL | https://chromewebstore.google.com/detail/convert-unixtime/gcdfkgmpbffbohjgncbobihhdefcjmgc |
Description | Convert Unixtime to Date format by selecting the context menu. |
File Size | 4.4 KB |
Installation Count | 274 |
Current Version | 1.1 |
Last Updated | 2013-11-16 |
Publish Date | 2013-11-16 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Takahito Nara |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Convert Unixtime", "version": "1.1", "manifest_version": 2, "description": "Convert Unixtime to Date format by selecting the context menu.", "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png" }, "background": { "scripts": [ "script.js" ] } } |