Minimal Todoist

An extension to help you complete todoist tasks

Minimal Todoist란 무엇입니까?

Minimal Todoist은(는) ashish.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to help you complete todoist tasks"입니다.

확장 프로그램 스크린샷

screenshot

Minimal Todoist 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Minimal Todoist is an open source browser extension that lets you see all todos in new page tab.

Report bugs or suggestions here - https://github.com/ashishdotme/minimal-todoist-extension/issues

Disclaimer: Minimal Todoist is not created by, affiliated with, or supported by Doist. I do not take any responsibility and I'm not liable for any damage caused through use of this service.                    

확장 프로그램 기본 정보

이름 Minimal Todoist Minimal Todoist
ID eofnkjgkfjlalkapnfklldgdaghkilce
공식 URL https://chromewebstore.google.com/detail/minimal-todoist/eofnkjgkfjlalkapnfklldgdaghkilce
설명 An extension to help you complete todoist tasks
파일 크기 2.13 MB
설치 횟수 33
현재 버전 1.0.1
최근 업데이트 2019-10-02
출시 날짜 2019-10-02
평점 4.67/5 총 3 개의 평점
개발자 ashish.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ashish.me
도움말 페이지 URL https://github.com/ashishdotme/minimal-todoist-extension/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimal Todoist",
    "version": "1.0.1",
    "description": "An extension to help you complete todoist tasks",
    "author": "Ashish Patel",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "assets\/logo.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}