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.

Wat is One Click Timestamp?

One Click Timestamp is een Chrome-extensie ontwikkeld door danielkellyio, en de belangrijkste functie is "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie One Click Timestamp

Download One Click Timestamp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam One Click Timestamp One Click Timestamp
ID pblckncokfkmheolghlmckjkhlgmnnig
Officiële URL https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig
Beschrijving This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.
Bestandsgrootte 9.51 KB
Aantal Installaties 352
Huidige Versie 1.0
Laatst Bijgewerkt 2015-09-03
Publicatiedatum 2015-09-02
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar danielkellyio
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}