Tab Notes

New note in every new tab. Capture thoughts faster.

Tab Notes란 무엇입니까?

Tab Notes은(는) Maciej Szafraniec에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New note in every new tab. Capture thoughts faster."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tab Notes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Unlike other similar apps, this one allows you to keep more than one note. 

✔ Different note in each tab, not the same note everywhere.

✔ (new!) Dark mode.

✔ Search all notes quickly.

✔ No permissions. No accounts. No motivational quotes.

✔ Offline & private. Notes never leave your computer.

✔ Lightweight & fast. Pure javascript, no bulky frameworks.

✔ Back up notes in text form in one click.

✔ Manage and open your notes from anywhere in Chrome.

✔ First line is the tab title. Favicon changes based on amount of text.                    

확장 프로그램 기본 정보

이름 Tab Notes Tab Notes
ID mhgiefelomcdfcdbknkkohpibdpbdhmo
공식 URL https://chromewebstore.google.com/detail/tab-notes/mhgiefelomcdfcdbknkkohpibdpbdhmo
설명 New note in every new tab. Capture thoughts faster.
파일 크기 116 KB
설치 횟수 6,175
현재 버전 0.8
최근 업데이트 2019-03-11
출시 날짜 2019-03-11
평점 4.16/5 총 61 개의 평점
개발자 Maciej Szafraniec
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Notes",
    "description": "New note in every new tab. Capture thoughts faster.",
    "version": "0.8",
    "offline_enabled": true,
    "manifest_version": 2,
    "icons": {
        "16": "images\/notes_16.png",
        "128": "images\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "browser_action": {
        "default_popup": "browser_action\/popup.html",
        "default_icon": {
            "16": "images\/notes_48.png"
        }
    },
    "web_accessible_resources": [
        "common\/notesStorage.js",
        "common\/settingsStorage.js"
    ]
}