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.

Что такое One Click Timestamp?

One Click Timestamp - это расширение Chrome, разработанное danielkellyio, и его основная функция - "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения One Click Timestamp

Скачайте файлы расширений One Click Timestamp в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название One Click Timestamp One Click Timestamp
ID pblckncokfkmheolghlmckjkhlgmnnig
Официальный URL https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig
Описание This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.
Размер файла 9.51 KB
Количество установок 352
Текущая Версия 1.0
Последнее Обновление 2015-09-03
Дата публикации 2015-09-02
Рейтинг 5.00/5 Всего 9 оценок
Разработчик danielkellyio
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}