Timestamp
Copy time and date into clipboard in dynamic format
Vad är Timestamp?
Timestamp är en Chrome-tillägg utvecklad av immaihig, och dess huvudfunktion är "Copy time and date into clipboard in dynamic format".
Tilläggsskärmbilder
Ladda ner Timestamp-förlängningens CRX-fil
Ladda ner Timestamp-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Timestamp |
ID | kckcchpealplejenbfceihdabemmdljf |
Officiell webbadress | https://chromewebstore.google.com/detail/timestamp/kckcchpealplejenbfceihdabemmdljf |
Beskrivning | Copy time and date into clipboard in dynamic format |
Filstorlek | 143 KB |
Antal Installationer | 365 |
Aktuell Version | 6.5 |
Senast Uppdaterad | 2023-05-20 |
Publiceringsdatum | 2021-03-19 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | immaihig |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |