Timestamp Plugin
This extension will insert the timestamp into the textbox with the cursor
Cos'è Timestamp Plugin?
Timestamp Plugin è un'estensione di Chrome sviluppata da Mina Michel, e la sua funzione principale è "This extension will insert the timestamp into the textbox with the cursor".
Scarica il file CRX dell'estensione Timestamp Plugin
Scarica i file di estensione Timestamp Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | |
ID | pngdhemdbaamjkmlfhnfjclmaegblkfj |
URL Ufficiale | https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj |
Descrizione | This extension will insert the timestamp into the textbox with the cursor |
Dimensione del File | 11.21 KB |
Conteggio Installazioni | 228 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-05-30 |
Data di Pubblicazione | 2016-05-30 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | Mina Michel |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |