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.
Was ist One Click Timestamp?
One Click Timestamp ist eine Chrome-Erweiterung, die von danielkellyio entwickelt wurde, und ihr Hauptmerkmal ist "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.".
Erweiterungsscreenshots
One Click Timestamp-Erweiterungs-CRX-Datei herunterladen
Laden Sie One Click Timestamp-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | One Click Timestamp |
ID | pblckncokfkmheolghlmckjkhlgmnnig |
Offizielle URL | https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig |
Beschreibung | This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click. |
Dateigröße | 9.51 KB |
Installationsanzahl | 352 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-09-03 |
Veröffentlichungsdatum | 2015-09-02 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | danielkellyio |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |