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ファイルをダウンロード

Roam ShowTime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ⚠  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
Eメール [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"
    }
}