Timestamp Plugin
This extension will insert the timestamp into the textbox with the cursor
Hvad er Timestamp Plugin?
Timestamp Plugin er en Chrome-udvidelse udviklet af Mina Michel, og dens hovedfunktion er "This extension will insert the timestamp into the textbox with the cursor".
Download Timestamp Plugin-udvidelses-CRX-fil
Download Timestamp Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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)
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | pngdhemdbaamjkmlfhnfjclmaegblkfj |
Officiel URL | https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj |
Beskrivelse | This extension will insert the timestamp into the textbox with the cursor |
Filstørrelse | 11.21 KB |
Antal Installationer | 228 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-05-30 |
Udgivelsesdato | 2016-05-30 |
Bedømmelse | 2.50/5 Samlet 2 Bedømmelser |
Udvikler | Mina Michel |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |