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.

Cos'è One Click Timestamp?

One Click Timestamp è un'estensione di Chrome sviluppata da danielkellyio, e la sua funzione principale è "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione One Click Timestamp

Scarica i file di estensione One Click Timestamp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome One Click Timestamp One Click Timestamp
ID pblckncokfkmheolghlmckjkhlgmnnig
URL Ufficiale https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig
Descrizione This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.
Dimensione del File 9.51 KB
Conteggio Installazioni 352
Versione Corrente 1.0
Ultimo Aggiornamento 2015-09-03
Data di Pubblicazione 2015-09-02
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore danielkellyio
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}