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是由Robert Dale Smith開發的Chrome擴展程式,該擴展的主要功能是“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

下載Noko Timer Unofficial Extension擴展crx文件

下載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
官方網址 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"
            }
        }
    }
}