Roam ShowTime
Show block creation & edit times on RoamResearch.com
Qu'est-ce que Roam ShowTime ?
Roam ShowTime est une extension Chrome développée par Tomas Fiers, et sa fonction principale est "Show block creation & edit times on RoamResearch.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Roam ShowTime
Téléchargez les fichiers d'extension Roam ShowTime 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
⚠ Another Roam update broke this plugin. I have no plans to update this plugin further. PRs are welcome on GitHub. * Toggle the time display using ctrl-c ctrl-s. * The first time is the creation time, the second the time of last edit. * If those are the same (ignoring seconds), only one is displayed * For times more than 24 hours in the past, the full date is displayed. When a lot of blocks are loaded on the page, the app will start to respond slowly. Toggling off the time display while you are interacting with blocks will then help. Source code & more info: https://github.com/tfiers/RoamShowTime
Informations de Base sur l'Extension
Nom | Roam ShowTime |
ID | ojcaheglgnbmphkdppihchfodgpbebhp |
URL Officiel | https://chromewebstore.google.com/detail/roam-showtime/ojcaheglgnbmphkdppihchfodgpbebhp |
Description | Show block creation & edit times on RoamResearch.com |
Taille du Fichier | 22.94 KB |
Nombre d'Installations | 120 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-01-15 |
Date de Publication | 2020-06-04 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Tomas Fiers |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tfiers/RoamShowTime |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Roam ShowTime", "description": "Show block creation & edit times on RoamResearch.com", "version": "1.1", "author": "Tomas Fiers (https:\/\/tomasfiers.net)", "homepage_url": "https:\/\/github.com\/tfiers\/RoamShowTime", "content_scripts": [ { "matches": [ "https:\/\/roamresearch.com\/*" ], "js": [ "underscore-min.js", "showtime.js" ] } ], "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" } } |