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".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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"
    }
}