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.

O que é One Click Timestamp?

One Click Timestamp é uma extensão do Chrome desenvolvida por danielkellyio, e sua principal característica é "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão One Click Timestamp

Baixe arquivos de extensão One Click Timestamp no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome One Click Timestamp One Click Timestamp
ID pblckncokfkmheolghlmckjkhlgmnnig
URL Oficial https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig
Descrição This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.
Tamanho do Arquivo 9.51 KB
Contagem de Instalações 352
Versão Atual 1.0
Última Atualização 2015-09-03
Data de Publicação 2015-09-02
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor danielkellyio
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}