Roam ShowTime

Show block creation & edit times on RoamResearch.com

Roam ShowTime क्या है?

Roam ShowTime Tomas Fiers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show block creation & edit times on RoamResearch.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Roam ShowTime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}