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.
Qu'est-ce que One Click Timestamp ?
One Click Timestamp est une extension Chrome développée par danielkellyio, et sa fonction principale est "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension One Click Timestamp
Téléchargez les fichiers d'extension One Click Timestamp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | One Click Timestamp |
ID | pblckncokfkmheolghlmckjkhlgmnnig |
URL Officiel | https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig |
Description | This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click. |
Taille du Fichier | 9.51 KB |
Nombre d'Installations | 352 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-09-03 |
Date de Publication | 2015-09-02 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | danielkellyio |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |