Tasks and notes tab

Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.

Tasks and notes tab란 무엇입니까?

Tasks and notes tab은(는) gorhawk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers."입니다.

확장 프로그램 스크린샷

screenshot

Tasks and notes tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will NOT replace your new tab. This is intentional.
(You could not turn off this permission, but you can set your homepage manually to this extension)

This extension uses no third party cloud storage.
It stores all of the data in your Chrome's sync storage. This is tied to your Google account, and you can sync it across your browsers that use your Google account (eg. Chrome, Chromium) but nothing else.

Upcoming features:
- notes
- some hotkeys
- undo/redo
- multiple task lists
- unicode icon/emoji selector
- storage usage indicator/settings (Chrome's sync storage is very limited)

Source code: https://github.com/gorhawk/chrome-tasks-notes                    

확장 프로그램 기본 정보

이름 Tasks and notes tab Tasks and notes tab
ID hnpkfibfpjnliookebflfogcgmihcbkc
공식 URL https://chromewebstore.google.com/detail/tasks-and-notes-tab/hnpkfibfpjnliookebflfogcgmihcbkc
설명 Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.
파일 크기 618 KB
설치 횟수 166
현재 버전 0.1.1
최근 업데이트 2020-05-01
출시 날짜 2020-05-01
평점 3.67/5 총 3 개의 평점
개발자 gorhawk
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_applicationName__",
    "description": "__MSG_applicationDescription__",
    "version": "0.1.1",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "assets\/img\/ic_check_black_24dp_2x.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}