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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
⚠ 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" } } |