Timestamp Plugin
This extension will insert the timestamp into the textbox with the cursor
O que é Timestamp Plugin?
Timestamp Plugin é uma extensão do Chrome desenvolvida por Mina Michel, e sua principal característica é "This extension will insert the timestamp into the textbox with the cursor".
Baixar o arquivo CRX da Extensão Timestamp Plugin
Baixe arquivos de extensão Timestamp Plugin 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
Whenever you are writing text in a huge text area and want to track when did you add this text, just click on my extension and it will add a timestamp with your initials (that you can set in the options screen)
Informações Básicas da Extensão
Nome | |
ID | pngdhemdbaamjkmlfhnfjclmaegblkfj |
URL Oficial | https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj |
Descrição | This extension will insert the timestamp into the textbox with the cursor |
Tamanho do Arquivo | 11.21 KB |
Contagem de Instalações | 228 |
Versão Atual | 1.0 |
Última Atualização | 2016-05-30 |
Data de Publicação | 2016-05-30 |
Classificação | 2.50/5 Total de 2 Avaliações |
Desenvolvedor | Mina Michel |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timestamp Plugin", "description": "This extension will insert the timestamp into the textbox with the cursor", "version": "1.0", "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |