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.

Co to jest One Click Timestamp?

One Click Timestamp to rozszerzenie Chrome opracowane przez danielkellyio, a jego główną funkcją jest „This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia One Click Timestamp

Pobierz pliki rozszerzeń One Click Timestamp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa One Click Timestamp One Click Timestamp
ID pblckncokfkmheolghlmckjkhlgmnnig
Oficjalny URL https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig
Opis This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.
Rozmiar pliku 9.51 KB
Liczba instalacji 352
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-09-03
Data Publikacji 2015-09-02
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper danielkellyio
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}