Roam ShowTime
Show block creation & edit times on RoamResearch.com
Was ist Roam ShowTime?
Roam ShowTime ist eine Chrome-Erweiterung, die von Tomas Fiers entwickelt wurde, und ihr Hauptmerkmal ist "Show block creation & edit times on RoamResearch.com".
Erweiterungsscreenshots
Roam ShowTime-Erweiterungs-CRX-Datei herunterladen
Laden Sie Roam ShowTime-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
⚠ 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
Grundlegende Informationen zur Erweiterung
Name | Roam ShowTime |
ID | ojcaheglgnbmphkdppihchfodgpbebhp |
Offizielle URL | https://chromewebstore.google.com/detail/roam-showtime/ojcaheglgnbmphkdppihchfodgpbebhp |
Beschreibung | Show block creation & edit times on RoamResearch.com |
Dateigröße | 22.94 KB |
Installationsanzahl | 120 |
Aktuelle Version | 1.1 |
Letztes Update | 2021-01-15 |
Veröffentlichungsdatum | 2020-06-04 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | Tomas Fiers |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/tfiers/RoamShowTime |
Unterstützte Sprachen | 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" } } |