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”。
擴展截圖
下載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 |
ID | ojcaheglgnbmphkdppihchfodgpbebhp |
官方網址 | 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" } } |