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.
Hvad er One Click Timestamp?
One Click Timestamp er en Chrome-udvidelse udviklet af danielkellyio, og dens hovedfunktion er "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.".
Udvidelsesskærmbilleder
Download One Click Timestamp-udvidelses-CRX-fil
Download One Click Timestamp-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | One Click Timestamp |
ID | pblckncokfkmheolghlmckjkhlgmnnig |
Officiel URL | https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig |
Beskrivelse | This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click. |
Filstørrelse | 9.51 KB |
Antal Installationer | 352 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-09-03 |
Udgivelsesdato | 2015-09-02 |
Bedømmelse | 5.00/5 Samlet 9 Bedømmelser |
Udvikler | danielkellyio |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |