Noko Timer Unofficial Extension

Noko Timer at your fingertips — access your Noko timers from your Chrome menu bar with one click or one quick keyboard shortcut.

Τι είναι το Noko Timer Unofficial Extension;

Το Noko Timer Unofficial Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Robert Dale Smith, και η κύρια λειτουργία του είναι "Noko Timer at your fingertips — access your Noko timers from your Chrome menu bar with one click or one quick keyboard shortcut.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Noko Timer Unofficial Extension

Λήψη αρχείων επέκτασης Noko Timer Unofficial Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The un-official extension for Noko Time Tracking. 

Noko at your fingertips—access your Noko timers from your Chrome menu bar with one click or one quick keyboard shortcut. (ALT+SHIFT+N)

∙ Completely mouse-free use with global keyboard shortcut and in-app shortcuts (of course you can use your mouse or trackpad as well)
∙ Closing the window with ESC bumps you right back into the app you've worked in before calling up Noko
∙ Search for projects by starting to type any search term
∙ Automatically syncs with Noko when you pause, switch projects or log time in the web app or in the mobile app, no reloading necessary
∙ Anything you enter as notes will be synced with the Noko servers so it's securely backed up. You can even switch computers and it will still be there.

We have a lot of additional features planned for this Chrome extension. Stay tuned for updates! :)

Feel free to contribute code at: https://github.com/RobertDaleSmith/noko-chrome-extension                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Noko Timer Unofficial Extension Noko Timer Unofficial Extension
ID ioekbdkfnchkpeopaeboihedihfjcdag
Επίσημο URL https://chromewebstore.google.com/detail/noko-timer-unofficial-ext/ioekbdkfnchkpeopaeboihedihfjcdag
Περιγραφή Noko Timer at your fingertips — access your Noko timers from your Chrome menu bar with one click or one quick keyboard shortcut.
Μέγεθος Αρχείου 498 KB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2019-04-07
Ημερομηνία Δημοσίευσης 2019-04-07
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Robert Dale Smith
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/RobertDaleSmith/noko-chrome-extension/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/RobertDaleSmith/noko-chrome-extension/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Noko Timer Unofficial Extension",
    "description": "Noko Timer at your fingertips \u2014 access your Noko timers from your Chrome menu bar with one click or one quick keyboard shortcut.",
    "version": "1.1.1",
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.letsfreckle.com\/",
        "https:\/\/*.nokotime.com\/"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+N",
                "mac": "Alt+Shift+N"
            }
        }
    }
}