Roam ShowTime

Show block creation & edit times on RoamResearch.com

Cos'è Roam ShowTime?

Roam ShowTime è un'estensione di Chrome sviluppata da Tomas Fiers, e la sua funzione principale è "Show block creation & edit times on RoamResearch.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Roam ShowTime

Scarica i file di estensione Roam ShowTime in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ⚠  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                    

Informazioni di Base sull'Estensione

Nome Roam ShowTime Roam ShowTime
ID ojcaheglgnbmphkdppihchfodgpbebhp
URL Ufficiale https://chromewebstore.google.com/detail/roam-showtime/ojcaheglgnbmphkdppihchfodgpbebhp
Descrizione Show block creation & edit times on RoamResearch.com
Dimensione del File 22.94 KB
Conteggio Installazioni 120
Versione Corrente 1.1
Ultimo Aggiornamento 2021-01-15
Data di Pubblicazione 2020-06-04
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Tomas Fiers
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tfiers/RoamShowTime
Lingue Supportate 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"
    }
}