Timestamp
Copy time and date into clipboard in dynamic format
什么是Timestamp?
Timestamp是由immaihig开发的Chrome扩展程序,该扩展的主要功能是“Copy time and date into clipboard in dynamic format”。
扩展截图
下载Timestamp扩展crx文件
下载Timestamp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create custom plain text timestamps for easy copy/paste It is up to your imagination what format you want and what format you will use where
扩展基本信息
名称 | Timestamp |
ID | kckcchpealplejenbfceihdabemmdljf |
官方URL | https://chromewebstore.google.com/detail/timestamp/kckcchpealplejenbfceihdabemmdljf |
简介 | Copy time and date into clipboard in dynamic format |
文件大小 | 143 KB |
安装次数 | 365 |
当前版本 | 6.5 |
更新时间 | 2023-05-20 |
上架时间 | 2021-03-19 |
评分 | 4.75/5 共4次评分 |
开发者 | immaihig |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Timestamp", "version": "6.5", "description": "Copy time and date into clipboard in dynamic format", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "scripts\/event.js" }, "action": { "default_icon": "icons\/icon19.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "alarms" ] } |