Roam ShowTime

Show block creation & edit times on RoamResearch.com

Roam ShowTime là gì?

Roam ShowTime là một tiện ích mở rộng Chrome được phát triển bởi Tomas Fiers, và tính năng chính của nó là "Show block creation & edit times on RoamResearch.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Roam ShowTime

Tải xuống các tệp mở rộng Roam ShowTime dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ⚠  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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Roam ShowTime Roam ShowTime
ID ojcaheglgnbmphkdppihchfodgpbebhp
URL Chính Thức https://chromewebstore.google.com/detail/roam-showtime/ojcaheglgnbmphkdppihchfodgpbebhp
Mô tả Show block creation & edit times on RoamResearch.com
Kích Thước Tệp 22.94 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-01-15
Ngày Phát Hành 2020-06-04
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Tomas Fiers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tfiers/RoamShowTime
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}