Roam ShowTime

Show block creation & edit times on RoamResearch.com

O que é Roam ShowTime?

Roam ShowTime é uma extensão do Chrome desenvolvida por Tomas Fiers, e sua principal característica é "Show block creation & edit times on RoamResearch.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Roam ShowTime

Baixe arquivos de extensão Roam ShowTime no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ⚠  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                    

Informações Básicas da Extensão

Nome Roam ShowTime Roam ShowTime
ID ojcaheglgnbmphkdppihchfodgpbebhp
URL Oficial https://chromewebstore.google.com/detail/roam-showtime/ojcaheglgnbmphkdppihchfodgpbebhp
Descrição Show block creation & edit times on RoamResearch.com
Tamanho do Arquivo 22.94 KB
Contagem de Instalações 120
Versão Atual 1.1
Última Atualização 2021-01-15
Data de Publicação 2020-06-04
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Tomas Fiers
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/tfiers/RoamShowTime
Idiomas Suportados 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"
    }
}