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 擴展基本資訊
| 名稱 | |
| ID | kckcchpealplejenbfceihdabemmdljf |
| 官方網址 | 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"
]
} | |