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.

Apa itu One Click Timestamp?

One Click Timestamp adalah ekstensi Chrome yang dikembangkan oleh danielkellyio, dan fitur utamanya adalah "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi One Click Timestamp

Unduh file ekstensi One Click Timestamp dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama One Click Timestamp One Click Timestamp
ID pblckncokfkmheolghlmckjkhlgmnnig
URL Resmi https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig
Deskripsi This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.
Ukuran File 9.51 KB
Jumlah Instalasi 352
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-09-03
Tanggal Publikasi 2015-09-02
Penilaian 5.00/5 Total 9 Penilaian
Pengembang danielkellyio
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}