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 |
官方網址 | 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" ] } |