Tag

Timestamp Conversion

1 views collected around this technical thread.

JD Tech Talk
JD Tech Talk
Dec 2, 2024 · Frontend Development

Building a Chrome Extension for Timestamp Conversion

This article walks through the design, implementation, and debugging of a Chrome extension that converts between timestamps and human‑readable dates, covering manifest configuration, background and popup scripts, UI layout, and usage instructions.

Chrome ExtensionFrontend DevelopmentJavaScript
0 likes · 7 min read
Building a Chrome Extension for Timestamp Conversion
JD Cloud Developers
JD Cloud Developers
Dec 2, 2024 · Frontend Development

Build a Chrome Extension to Convert Timestamps in Seconds and Milliseconds

This article walks through the design, implementation, and debugging of a Chrome extension that converts timestamps between seconds, milliseconds, and human‑readable date‑time formats, covering manifest setup, background scripts, popup UI, and JavaScript logic.

Chrome ExtensionFrontend DevelopmentJavaScript
0 likes · 11 min read
Build a Chrome Extension to Convert Timestamps in Seconds and Milliseconds
Test Development Learning Exchange
Test Development Learning Exchange
Jun 12, 2023 · Backend Development

Building a Timestamp Conversion Tool with Flask and Vue.js

This tutorial walks through creating a web-based timestamp conversion utility that transforms second‑ and millisecond‑level timestamps to dates and vice versa, using a Flask backend API and a Vue.js frontend with styled HTML and CSS.

FlaskJavaScriptPython
0 likes · 8 min read
Building a Timestamp Conversion Tool with Flask and Vue.js