Time Stamper
Quick and easy adding of a timestamp to an input field
Qu'est-ce que Time Stamper ?
Time Stamper est une extension Chrome développée par Christopher, et sa fonction principale est "Quick and easy adding of a timestamp to an input field".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Time Stamper
Téléchargez les fichiers d'extension Time Stamper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A simple extension to add a time stamp to an editable field from the context menu. After clicking into a text input area, right click to bring up the context menu; then click the "Insert Timestamp" entry. This will add the current timestamp as set on the options page. If you appreciate the extension and would like to get me a coffee, you can do so here: https://www.buymeacoffee.com/timestamper ..or send me a Dogecoin or two: DF4RbvhMvm9xwCKsfv3zpW7QHazXCMgzoS Updates: Updated to Manifest Version 3 Added 2 time offset, changed the logo font, and other tweaks. Re-corrected inserting of timestamp into a "contenteditable" field Added the notifications permission so to make updates less intrusive. Along with having the quick pick be the actual character format and added some improvements to the options page previews.
Informations de Base sur l'Extension
Nom | Time Stamper |
ID | hipeknijlebohncdfhcldmmooapmmmfc |
URL Officiel | https://chromewebstore.google.com/detail/time-stamper/hipeknijlebohncdfhcldmmooapmmmfc |
Description | Quick and easy adding of a timestamp to an input field |
Taille du Fichier | 125 KB |
Nombre d'Installations | 4,939 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2022-11-02 |
Date de Publication | 2018-01-05 |
Évaluation | 3.80/5 Total 15 Évaluations |
Développeur | Christopher |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Stamper", "short_name": "Time Stamper", "version": "2.0.0", "manifest_version": 3, "description": "Quick and easy adding of a timestamp to an input field", "icons": { "16": "images\/ts-icon_16.png", "19": "images\/ts-icon_19.png", "128": "images\/ts-icon_128_v2.png" }, "permissions": [ "contextMenus", "storage", "notifications" ], "background": { "service_worker": "ts_context_menu.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ " |