Puts a user customized string into the clipboard, that can include run time javascript.
Total ratings
4.40
(Rating count:
5)
User reviews
Recent rating average:
4.40
All time rating average:
4.40
Rating filters
5 star 4 star
3 star
2 star
1 star
Date | Author | Rating | Lang | Comment |
---|---|---|---|---|
2017-06-22 | Mr. Lance E Sloan | I used this to put the current timestamp for UTC in ISO 8601 format on my clipboard. I used the Javascript: (new Date()).toISOString() Then I set a keyboard shortcut (see the link for this at the bottom of the Chrome Extensions page, chrome://extensions/) to activate this extension. It works well. My only wish for this extension is that it had an option to not show the "Copied to clipboard" message every time I press the shortcut keys. | ||
2016-09-19 | Lucas King | Perfect! I'm using Chrome's built-in keyboard extension shortcuts to launch CSM which then generates a Javascript timestamp that I can paste into my Workflowy activity log. Can't tell you how long I've been searching for something like this. Many thanks! | ||
2014-04-07 | Alexander Ivanov | How about hotkeys for the app? // Maybe this help anybody Middle Javascript: var d = new Date(); ('0' + d.getDate()).substr(-2) + '.' + ('0' + (d.getMonth() + 1)).substr(-2) + '.' + d.getFullYear() + ' ' + d.getHours() + ':' + d.getMinutes() + ':' + d.getSeconds() | ||
2013-12-05 | Craig McDonald | I was once held captive by plutonium-seeking Libyans and this extension single-handedly saved my life. Five stars. | ||
2013-12-05 | Logan Sears | I have a tool at work that requires users to sign and date stamp their updates to certain documents. This extension makes an annoying, repetitive task extremely quick and painless. It could use a better UI to better explain what I'm supposed to put in for each field, and maybe a live preview below as I type. But overall it's good and I only needed to set it up once. |