Yikes, the super simple task reminder...

Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down.

Yikes, the super simple task reminder...란 무엇입니까?

Yikes, the super simple task reminder...은(는) https://nickwforsberg.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Yikes, the super simple task reminder... 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Yikes! is a cool but lightweight countdown task reminder that appears every time you open a new browser tab. You can create multiple tasks to track and watch how long you have to complete them in the number of sleeps or days. Each task can be color coded and gives you a nifty count down. Track up coming tasks and tasks from the past. 

Features include:
* Super fast loading
* Multiple task creation
* Track your tasks in number of sleeps or number of days
* Dark or light mode
* Assign a colour to a task
* Task deletion                    

확장 프로그램 기본 정보

이름 Yikes, the super simple task reminder... Yikes, the super simple task reminder...
ID obidoeddpakjpemdeggdhahhmeglpbdg
공식 URL https://chromewebstore.google.com/detail/yikes-the-super-simple-ta/obidoeddpakjpemdeggdhahhmeglpbdg
설명 Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down.
파일 크기 1.38 MB
설치 횟수 14
현재 버전 2.0.1
최근 업데이트 2021-04-11
출시 날짜 2015-08-03
평점 5.00/5 총 1 개의 평점
개발자 https://nickwforsberg.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://trello.com/b/fgCR0O0y/yikes-development-board
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yikes, the super simple task reminder...",
    "icons": {
        "16": "yikes-logo-16.png",
        "48": "yikes-logo-48.png",
        "128": "yikes-logo-128.png"
    },
    "description": "Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down.",
    "version": "2.0.1",
    "manifest_version": 2,
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}