Roam ShowTime

Show block creation & edit times on RoamResearch.com

Roam ShowTime란 무엇입니까?

Roam ShowTime은(는) Tomas Fiers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show block creation & edit times on RoamResearch.com"입니다.

확장 프로그램 스크린샷

screenshot

Roam ShowTime 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ⚠  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                    

확장 프로그램 기본 정보

이름 Roam ShowTime Roam ShowTime
ID ojcaheglgnbmphkdppihchfodgpbebhp
공식 URL https://chromewebstore.google.com/detail/roam-showtime/ojcaheglgnbmphkdppihchfodgpbebhp
설명 Show block creation & edit times on RoamResearch.com
파일 크기 22.94 KB
설치 횟수 120
현재 버전 1.1
최근 업데이트 2021-01-15
출시 날짜 2020-06-04
평점 1.00/5 총 1 개의 평점
개발자 Tomas Fiers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/tfiers/RoamShowTime
지원되는 언어 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"
    }
}