Novo Notes

Your digital organizer.

Novo Notes란 무엇입니까?

Novo Notes은(는) https://novonotes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your digital organizer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Your digital organiser.

Novo Notes’s Chrome extension converts your chrome tab into your personal digital organiser. Whenever you open your chrome tab your bookmarks, notes, lists are all available to you without you having to switch applications. All contents you have collected appear under one application with a global search to search any of your saved content. With one click you can save article, bookmarks, videos to read later or store them categorised under different notebooks.

MANAGE BOOKMARKS
- Organise your bookmarks into categories
- Add new bookmarks by a single click as you find a site of your interest
- Search for bookmarks and open them right from new tab

ORGANISE YOUR NOTES
- Organise your notes into notebooks
- Add articles of interest to read later list as you find them while browsing
- Create notes with links, images, diagrams
- Add PDFs as ebooks, organise them in your notebooks with your notes
- Create cheat sheets for quick access
- When you need a note search for them just by opening a new tab

LISTS
- Keep track of your Todo’s
- Create lists about anything; books you want to read, your groceries, activities you want to do
- Add todo’s just by typing ‘/todo your task’ inside your chrome tab

SYNCHRONISE
- Synchronise your digital organiser across all your computer and laptops.                    

확장 프로그램 기본 정보

이름 Novo Notes Novo Notes
ID lmapicpbalpmfcenkemhepakgkaedjko
공식 URL https://chromewebstore.google.com/detail/novo-notes/lmapicpbalpmfcenkemhepakgkaedjko
설명 Your digital organizer.
파일 크기 2.15 MB
설치 횟수 34
현재 버전 1.0.0.20
최근 업데이트 2021-07-25
출시 날짜 2020-09-03
평점 4.33/5 총 3 개의 평점
개발자 https://novonotes.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://novonotes.com
도움말 페이지 URL https://novonotes.com/features
개인정보 보호 정책 페이지 URL https://novonotes.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Novo Notes",
    "description": "Your digital organizer.",
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "version": "1.0.0.20",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "identity",
        "identity.email",
        "bookmarks"
    ],
    "oauth2": {
        "client_id": "611689157628-u84oqsep0to32i7asqes7ovgpl1chn80.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "browser_action": {
        "default_popup": "index.html#popup"
    },
    "content_security_policy": "object-src 'self'; script-src 'self' https:\/\/apis.google.com",
    "manifest_version": 2
}