NewNote

A Chrome extension for making notes

NewNote란 무엇입니까?

NewNote은(는) Ludolfyn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension for making notes"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        NewNote is a Chrome extension for all users who want to make notes at any given time without having to leave the tab that they are on. It's perfect for meetings, lists or even reminders.

To make the content a little easier to navigate, you can format your notes, just like with any text editor—use the buttons provided or just use the general keyboard shortcuts.

It stores the content to your local browser, so you're the only one who will ever see it, unless, of course, you use the export function. That will export the content to a .txt file that you can send to anyone you like.

It's new, it's light and new features will come with every update. Enjoy!                    

확장 프로그램 기본 정보

이름 NewNote NewNote
ID colcgahhbcomhibjcekokebaecjiblbg
공식 URL https://chromewebstore.google.com/detail/newnote/colcgahhbcomhibjcekokebaecjiblbg
설명 A Chrome extension for making notes
파일 크기 9.22 KB
설치 횟수 253
현재 버전 2.1.0
최근 업데이트 2020-07-16
출시 날짜 2020-07-05
평점 5.00/5 총 12 개의 평점
개발자 Ludolfyn
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NewNote",
    "description": "A Chrome extension for making notes",
    "version": "2.1.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}