Timestamp Plugin
This extension will insert the timestamp into the textbox with the cursor
Wat is Timestamp Plugin?
Timestamp Plugin is een Chrome-extensie ontwikkeld door Mina Michel, en de belangrijkste functie is "This extension will insert the timestamp into the textbox with the cursor".
Download het CRX-bestand van de extensie Timestamp Plugin
Download Timestamp Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | pngdhemdbaamjkmlfhnfjclmaegblkfj |
Officiële URL | https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj |
Beschrijving | This extension will insert the timestamp into the textbox with the cursor |
Bestandsgrootte | 11.21 KB |
Aantal Installaties | 228 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-05-30 |
Publicatiedatum | 2016-05-30 |
Beoordeling | 2.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Mina Michel |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |