Roam ShowTime
Show block creation & edit times on RoamResearch.com
Roam ShowTimeคืออะไร?
Roam ShowTime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tomas Fiers และคุณลักษณะหลักของมันคือ "Show block creation & edit times on RoamResearch.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roam ShowTime
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |