Human Readable Timestamps!
Human readable date strings replace timestamps on click
Human Readable Timestamps! là gì?
Human Readable Timestamps! là một tiện ích mở rộng Chrome được phát triển bởi katemonkeys, và tính năng chính của nó là "Human readable date strings replace timestamps on click".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Human Readable Timestamps!
Tải xuống các tệp mở rộng Human Readable Timestamps! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Human readable date strings replace all timestamps in a page with a single click without going to the console and copy-pasting from epoch to a new Date() for each one..... click again and it toggles back so you can review the original timestamp! Off the top of your head, was 1439580577271 last Thursday? Or if you have a JSON with fifty items in a list, are they basically daily or weekly or what? This will solve your problems :) It is designed to work with an existing extension such as JSONviewer (cross promotion! They are great) just like in the screenshots. The E is for easy, excellent, elephant, whatever you like.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Human Readable Timestamps! |
ID | hhjbldoceagnoijlkafgkbbbillnogaj |
URL Chính Thức | https://chromewebstore.google.com/detail/human-readable-timestamps/hhjbldoceagnoijlkafgkbbbillnogaj |
Mô tả | Human readable date strings replace timestamps on click |
Kích Thước Tệp | 4.42 KB |
Số Lần Cài Đặt | 474 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2015-08-17 |
Ngày Phát Hành | 2015-08-16 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | katemonkeys |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Human Readable Timestamps!", "short_name": "OKTimestamps", "description": "Human readable date strings replace timestamps on click", "version": "0.2", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "favicon.png" }, "manifest_version": 2 } |