Roam ShowTime
Show block creation & edit times on RoamResearch.com
Hvad er Roam ShowTime?
Roam ShowTime er en Chrome-udvidelse udviklet af Tomas Fiers, og dens hovedfunktion er "Show block creation & edit times on RoamResearch.com".
Udvidelsesskærmbilleder
Download Roam ShowTime-udvidelses-CRX-fil
Download Roam ShowTime-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
⚠ 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
Grundlæggende oplysninger om udvidelsen
Navn | Roam ShowTime |
ID | ojcaheglgnbmphkdppihchfodgpbebhp |
Officiel URL | https://chromewebstore.google.com/detail/roam-showtime/ojcaheglgnbmphkdppihchfodgpbebhp |
Beskrivelse | Show block creation & edit times on RoamResearch.com |
Filstørrelse | 22.94 KB |
Antal Installationer | 120 |
Nuværende Version | 1.1 |
Senest Opdateret | 2021-01-15 |
Udgivelsesdato | 2020-06-04 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | Tomas Fiers |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/tfiers/RoamShowTime |
Understøttede Sprog | 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" } } |