One Click Timestamp
This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.
什么是One Click Timestamp?
One Click Timestamp是由danielkellyio开发的Chrome扩展程序,该扩展的主要功能是“This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.”。
扩展截图
下载One Click Timestamp扩展crx文件
下载One Click Timestamp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever need to get the current timestamp on the fly? Now you can with a single click. Just click on the extension and the current Unix Timestamp will automatically be copied to your clipboard. Timestamps are a great way to keep track of when things happen or provide unique keys that are always different than the last, and now you can generate one right from the window in which you're already working.
扩展基本信息
名称 | One Click Timestamp |
ID | pblckncokfkmheolghlmckjkhlgmnnig |
官方URL | https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig |
简介 | This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click. |
文件大小 | 9.51 KB |
安装次数 | 352 |
当前版本 | 1.0 |
更新时间 | 2015-09-03 |
上架时间 | 2015-09-02 |
评分 | 5.00/5 共9次评分 |
开发者 | danielkellyio |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One Click Timestamp", "description": "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.", "version": "1.0", "author": "Daniel Kelly", "short_name": "1ClickTS", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "clipboardWrite" ] } |