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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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