Timestamp Plugin
This extension will insert the timestamp into the textbox with the cursor
Τι είναι το Timestamp Plugin;
Το Timestamp Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mina Michel, και η κύρια λειτουργία του είναι "This extension will insert the timestamp into the textbox with the cursor".
Λήψη αρχείου CRX της επέκτασης Timestamp Plugin
Λήψη αρχείων επέκτασης Timestamp Plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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)
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | pngdhemdbaamjkmlfhnfjclmaegblkfj |
Επίσημο URL | https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj |
Περιγραφή | This extension will insert the timestamp into the textbox with the cursor |
Μέγεθος Αρχείου | 11.21 KB |
Αριθμός Εγκαταστάσεων | 228 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2016-05-30 |
Ημερομηνία Δημοσίευσης | 2016-05-30 |
Αξιολόγηση | 2.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Mina Michel |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |